OCP 4.10 on vSphere - Installer Provisioned Infrastructure
hey, working to build a minimal OCP cluster in my homelab, which runs on vSphere 7.0. Its a single ESXi host direct connected to my laptop.
Laptop wifi has been shared to local ethernet.
i have working DNS and DHCP - Windows 2016
An installer VM - CentOS with openshift installer and command line executables.
vSphere with enough CPU, RAM and Storage
installation fails with below error - any thoughts
INFO API v1.23.5+9ce5071 up
INFO Waiting up to 30m0s (until 2:26PM) for bootstrapping to complete...
INFO Cluster operator cloud-controller-manager TrustedCABundleControllerControllerAvailable is True with AsExpected: Trusted CA Bundle Controller works as expected
INFO Cluster operator cloud-controller-manager TrustedCABundleControllerControllerDegraded is False with AsExpected: Trusted CA Bundle Controller works as expected
INFO Cluster operator cloud-controller-manager CloudConfigControllerAvailable is True with AsExpected: Cloud Config Controller works as expected
INFO Cluster operator cloud-controller-manager CloudConfigControllerDegraded is False with AsExpected: Cloud Config Controller works as expected
INFO Cluster operator network ManagementStateDegraded is False with :
ERROR Cluster operator network Degraded is True with RolloutHung: DaemonSet "openshift-sdn/sdn-controller" rollout is not making progress - pod sdn-controller-gw2kw is in CrashLoopBackOff State
ERROR DaemonSet "openshift-sdn/sdn" rollout is not making progress - pod sdn-6xdkq is in CrashLoopBackOff State
ERROR DaemonSet "openshift-sdn/sdn" rollout is not making progress - pod sdn-6wg26 is in CrashLoopBackOff State
ERROR DaemonSet "openshift-sdn/sdn" rollout is not making progress - last change 2023-05-23T10:10:51Z
INFO Cluster operator network Progressing is True with Deploying: DaemonSet "openshift-multus/network-metrics-daemon" is waiting for other operators to become ready
INFO DaemonSet "openshift-multus/multus-admission-controller" is waiting for other operators to become ready
INFO DaemonSet "openshift-sdn/sdn-controller" is not available (awaiting 2 nodes)
INFO DaemonSet "openshift-sdn/sdn" is not available (awaiting 3 nodes)
INFO DaemonSet "openshift-network-diagnostics/network-check-target" is waiting for other operators to become ready
INFO Deployment "openshift-network-diagnostics/network-check-source" is waiting for other operators to become ready
INFO Cluster operator network Available is False with Startup: The network is starting up
my install-config.yaml looks like below -
apiVersion: v1
baseDomain: jissly.com
compute:
- architecture: amd64
hyperthreading: Enabled
name: worker
platform: {}
replicas: 3
controlPlane:
architecture: amd64
hyperthreading: Enabled
name: master
platform: {}
replicas: 3
metadata:
creationTimestamp: null
name: ocpcls20
networking:
clusterNetwork:
- cidr: 10.128.0.0/14
hostPrefix: 23
machineNetwork:
- cidr: 10.0.0.0/16
networkType: OpenShiftSDN
serviceNetwork:
- 192.168.137.0/24
platform:
vsphere:
apiVIP: 192.168.137.77
cluster: CLS
datacenter: DC
diskType: thin
defaultDatastore: ESXi01-SSD
ingressVIP: 192.168.137.78
network: InfraVMs
password: password
username: administrator@vsphere.local
vCenter: vcenter01.jissly.com
publish: External
pullSecret: '{"auths":{"cloud.openshift.com":