installcentos
installcentos copied to clipboard
FAILED - RETRYING: Wait for control plane pods to appear
Hi,
I'm facing similar issues that you mention at the Video in Youtube, but in my case happened in a different stage and staying the for a long time without any progress.
TASK [openshift_control_plane : Wait for control plane pods to appear] *********************************************************************************************************************************************************************************************************
FAILED - RETRYING: Wait for control plane pods to appear (60 retries left).
FAILED - RETRYING: Wait for control plane pods to appear (59 retries left).
I'm trying to install Openshift over a VM Vagrant with the Centos/7 Box.
Regards,
I increased the resource to the VM and rerun the script ones again and works good
config.vm.provider "virtualbox" do |vb|
vb.memory = 3072
vb.cpus = 4
end
UPDATE: in a second installation, I faced the issues ones again and I'd just rerun the script, and works; its pretty weird the case.