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

Bug 1856299

Summary: [vsphere] installation failed with error that could not find any any bootstrap node IPs on bootstrap server
Product: OpenShift Container Platform Reporter: jima
Component: InstallerAssignee: aos-install
Installer sub component: openshift-installer QA Contact: jima
Status: CLOSED DUPLICATE Docs Contact:
Severity: high    
Priority: high CC: adahiya, jima
Version: 4.6   
Target Milestone: ---   
Target Release: ---   
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-07-13 18:13:29 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 jima 2020-07-13 10:56:53 UTC
Description of problem:
Install both ipi and upi on vsphere with night build: 4.6.0-0.nightly-2020-07-12-232219 and failed.

From bootkube service log on bootstrap server, got below error:
Jul 13 07:39:15 bootstrap-0 systemd[1]: Starting Download the OpenShift Release Image...
Jul 13 07:39:15 bootstrap-0 release-image-download.sh[1636]: Pulling registry.svc.ci.openshift.org/ocp/release@sha256:620a6b57e3155e38ab10eeeca4075a67da63b4268dd51171d657df17affe8c3a...
Jul 13 07:45:50 bootstrap-0 release-image-download.sh[1636]: Error: error pulling image "registry.svc.ci.openshift.org/ocp/release@sha256:620a6b57e3155e38ab10eeeca4075a67da63b4268dd51171d657df17affe8c3a": unable to pull registry.svc.ci.openshift.org/ocp/release@sha256:620a6b57e3155e38ab10eeeca4075a67da63b4268dd51171d657df17affe8c3a: unable to pull image: Error writing blob: error storing blob to file "/var/tmp/storage729070926/5": unexpected EOF
Jul 13 07:45:50 bootstrap-0 release-image-download.sh[1636]: Pull failed. Retrying registry.svc.ci.openshift.org/ocp/release@sha256:620a6b57e3155e38ab10eeeca4075a67da63b4268dd51171d657df17affe8c3a...
Jul 13 07:46:07 bootstrap-0 release-image-download.sh[1636]: 410f03aeba799ab0a2865fd194152f47278c7c5a33f63e916180d0b8eec58261
Jul 13 07:46:07 bootstrap-0 systemd[1]: Started Download the OpenShift Release Image.
Jul 13 07:46:16 bootstrap-0 systemd[1]: Started Bootstrap a Kubernetes cluster.
Jul 13 07:46:31 bootstrap-0 bootkube.sh[2280]: Moving OpenShift manifests in with the rest of them
Jul 13 07:46:31 bootstrap-0 bootkube.sh[2280]: Rendering Cluster Version Operator Manifests...
Jul 13 07:46:32 bootstrap-0 bootkube.sh[2280]: Starting etcd certificate signer...
Jul 13 07:46:37 bootstrap-0 bootkube.sh[2280]: 94da254e02c2597cd31feffb7abe27ad82d62015dea2cfb4d12164b8167c7cf3
Jul 13 07:46:37 bootstrap-0 bootkube.sh[2280]: Rendering CEO Manifests...
Jul 13 07:46:37 bootstrap-0 bootkube.sh[2280]: I0713 07:46:37.508271       1 bootstrap_ip_linux.go:35] retrieved Address map map[0xc000682b60:[127.0.0.1/8 lo ::1/128] 0xc000682c30:[139.178.76.7/26 ens192 fe80::250:56ff:fe8b:500/64]]
Jul 13 07:46:37 bootstrap-0 bootkube.sh[2280]: I0713 07:46:37.508848       1 bootstrap_ip_linux.go:54] Ignoring route non Router advertisement route {Ifindex: 1 Dst: ::1/128 Src: <nil> Gw: <nil> Flags: [] Table: 254}
Jul 13 07:46:37 bootstrap-0 bootkube.sh[2280]: I0713 07:46:37.508916       1 bootstrap_ip_linux.go:54] Ignoring route non Router advertisement route {Ifindex: 2 Dst: fe80::/64 Src: <nil> Gw: <nil> Flags: [] Table: 254}
Jul 13 07:46:37 bootstrap-0 bootkube.sh[2280]: I0713 07:46:37.508958       1 bootstrap_ip_linux.go:64] Retrieved route map map[]
Jul 13 07:46:37 bootstrap-0 bootkube.sh[2280]: I0713 07:46:37.509006       1 bootstrap_ip.go:146] Filtered address 139.178.76.7/26 ens192
Jul 13 07:46:37 bootstrap-0 bootkube.sh[2280]: I0713 07:46:37.509054       1 bootstrap_ip.go:146] Filtered address fe80::250:56ff:fe8b:500/64
Jul 13 07:46:37 bootstrap-0 bootkube.sh[2280]: I0713 07:46:37.509096       1 bootstrap_ip.go:146] Filtered address 127.0.0.1/8 lo
Jul 13 07:46:37 bootstrap-0 bootkube.sh[2280]: I0713 07:46:37.509136       1 bootstrap_ip.go:146] Filtered address ::1/128
Jul 13 07:46:37 bootstrap-0 bootkube.sh[2280]: I0713 07:46:37.509180       1 bootstrap_ip.go:188] Found routable IPs []
Jul 13 07:46:37 bootstrap-0 bootkube.sh[2280]: F0713 07:46:37.509233       1 render.go:63] couldn't find any bootstrap node IPs
Jul 13 07:46:37 bootstrap-0 bootkube.sh[2280]: 94da254e02c2597cd31feffb7abe27ad82d62015dea2cfb4d12164b8167c7cf3
Jul 13 07:46:37 bootstrap-0 systemd[1]: bootkube.service: Main process exited, code=exited, status=255/n/a
Jul 13 07:46:37 bootstrap-0 systemd[1]: bootkube.service: Failed with result 'exit-code'.
Jul 13 07:46:43 bootstrap-0 systemd[1]: bootkube.service: Service RestartSec=5s expired, scheduling restart.


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


How reproducible:
Always

Steps to Reproduce:
1. Install ocp ipi/upi on vsphere
2.
3.

Actual results:
Installation failed, no master node is started

Expected results:
Installation is successful

Additional info:

Comment 1 Abhinav Dahiya 2020-07-13 18:13:29 UTC

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