Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1836345

Summary: Bootstrap etcd node is still in endpoints
Product: OpenShift Container Platform Reporter: jooho lee <jlee>
Component: Etcd OperatorAssignee: Sam Batschelet <sbatsche>
Status: CLOSED DUPLICATE QA Contact: ge liu <geliu>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.4CC: dmace
Target Milestone: ---   
Target Release: 4.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-05-18 12:41:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description jooho lee 2020-05-15 16:31:07 UTC
Description of problem:
Install OCP 4.4 by RHV IPI

After installation, I tried to install Metering and etcd pod became hung.

During the debugging, the etcd operator still tries to send bootstrap etcd node.

bootstrap etcd: https://10.8.109.205:2379 

``
endpoint.go:68] ccResolverWrapper: sending new addresses to cc: [{https://10.8.109.207:2379 0  <nil>} {https://10.8.109.218:2379 0  <nil>} {https://10.8.109.210:2379 0  <nil>} {https://10.8.109.205:2379 0  <nil>}]
```


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Create OCP 4.4 on RHV using IPI
2. oc logs etcd-operator -n openshift-etcd-operator
3.

Actual results:
Still operator check bootstrap etcd node

Expected results:
bootstrap etcd node information should be deleted

Additional info:

Comment 1 Dan Mace 2020-05-18 12:41:42 UTC

*** This bug has been marked as a duplicate of bug 1835238 ***