-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck at FAILED - RETRYING: Wait for all control plane pods to come up and become ready #177
Comments
same issue here |
Can you share more details about your attempt, including the environment you are using and your ansible hosts file? |
i have solved it by adding below lines vi /etc/ansible/hosts <your_ip> ansible_port=22 ansible_user=root ansible_ssh_pass=xxx vi /etc/hosts #Openshift vi /etc/environment replace all the local/domain to your domain name restart and re-install the openshift |
I can see the same problem, GCP single node n1-standard-16 nip io, centos7 . master controllers tuck at CrashLoopBackOff $ kubectl logs -f master-controllers-me -n kube-system |
Received below message during the installation
TASK [openshift_control_plane : Wait for all control plane pods to come up and become ready] ******************************************************************
FAILED - RETRYING: Wait for all control plane pods to come up and become ready (72 retries left).
How can i solve it ?
The text was updated successfully, but these errors were encountered: