Skip to content
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

DEBUG Still waiting for the Kubernetes API: the server has asked for the client to provide credentials #15

Open
Geethanath10 opened this issue Feb 7, 2022 · 1 comment

Comments

@Geethanath10
Copy link

[root@ocp-svc ~]# ~/openshift-install --dir ~/ocp-install wait-for bootstrap-complete --log-level=debug
DEBUG OpenShift Installer 4.9.18
DEBUG Built from commit eb132dae953888e736c382f1176c799c0e1aa49e
INFO Waiting up to 20m0s for the Kubernetes API at https://api.lab.ocp.lan:6443...
DEBUG Still waiting for the Kubernetes API: the server has asked for the client to provide credentials

can any one know why it's happening like this....

@skyakash
Copy link

@Geethanath10

Try logging in to bootstrap node and see if containers are getting created.

ssh [email protected]
sudo crictl ps

Also check similarly on controlplane nodes.

Do you need to set clusterwide proxy, incase if your NW is behind a proxy.
If yes then add it while creating ~/ocp-install/install-config.yaml

Reference: https://access.redhat.com/documentation/en-us/openshift_container_platform/4.8/html/installing/installing-on-bare-metal#installation-configure-proxy_installing-bare-metal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants