-
Bug
-
Resolution: Won't Do
-
Normal
-
None
-
4.18.z
-
Quality / Stability / Reliability
-
False
-
-
None
-
Moderate
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
Installation of Single Node OCP is finishing with error code '5'
Version-Release number of selected component (if applicable):
4.18.0-0.nightly-2025-02-11-134047
How reproducible:
3 retries - 3 failures - 100%
Steps to Reproduce:
1. Install single node OCP
install-config.yaml:
---
apiVersion: v1
controlPlane:
architecture: amd64
hyperthreading: Enabled
name: master
platform:
vsphere:
cpus: 32
memoryMB: 131072
osDisk:
diskSizeGB: 120
replicas: 1
compute:
- architecture: amd64
hyperthreading: Enabled
name: worker
platform:
vsphere:
cpus: 32
memoryMB: 131072
osDisk:
diskSizeGB: 120
replicas: 0
metadata:
name: skordas212x
platform:
vsphere:
datacenter: DEVQEdatacenter
defaultDatastore: vsanDatastore
password: HIDDEN
username: qe_user@devqe.ibmc.devcluster.openshift.com
vCenter: vcenter.devqe.ibmc.devcluster.openshift.com
apiVIP: 192.168.221.9
ingressVIP: 192.168.221.10
cluster: DEVQEcluster
network: devqe-segment-221
pullSecret: HIDDEN
networking:
clusterNetwork:
- cidr: 10.128.0.0/14
hostPrefix: 23
serviceNetwork:
- 172.30.0.0/16
machineNetwork:
- cidr: 192.168.221.0/24
networkType: OVNKubernetes
publish: External
baseDomain: qe.devcluster.openshift.com
sshKey: SSH_RSA_HERE
2. After VM is ready boodstrap can't connect to machine:
"Reconciler error" err="failed to add *v1.Node watch on cluster openshift-cluster-api-guests/skordas212x-t8pv2-0: failed to create cluster accessor: error creating http client and mapper for remote cluster \"openshift-cluster-api-guests/skordas212x-t8pv2-0\": error creating client for remote cluster \"openshift-cluster-api-guests/skordas212x-t8pv2-0\": cluster is not reachable: Get \"https://api.skordas212x.qe.devcluster.openshift.com:6443/?timeout=5s\": context deadline exceeded" controller="machine" controllerGroup="cluster.x-k8s.io" controllerKind="Machine" Machine="openshift-cluster-api-guests/skordas212x-t8pv2-master-0" namespace="openshift-cluster-api-guests" name="skordas212x-t8pv2-master-0" reconcileID="d264c9d2-5b10-4f74-8a20-c7631769b744"
Actual results: