If you encounter errors when creating an OpenShift cluster, the following troubleshooting information might help.
- Error: OpenShift Cluster doesn’t form: The bootstrap phase isn't complete.
Check the DNS settings and make sure apiVIP in install-config.yaml is correctly set.
- Error: OpenShift Cluster doesn’t form: The worker nodes don’t get IP addresses.
Ensure that the NodeIPAM features is enabled in the Antrea configmap file. In antrea-operator-for-kubernets/deploy/openshift/operator.antrea.vmware.com_v1_antreainstall_cr.yaml make sure the following parameters are set:
- NodeIPAM: true (under antreaControllerConfig)
- EnableNodeIPAM: true (under antreaControllerConfig : nodeIPAM)