installcentos icon indicating copy to clipboard operation
installcentos copied to clipboard

FAILED - RETRYING: Wait for control plane pods to appear

Open fulvi0 opened this issue 5 years ago • 1 comments

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,

fulvi0 avatar Aug 29 '19 22:08 fulvi0

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.

fulvi0 avatar Aug 30 '19 01:08 fulvi0