kubernetes-sigs / reference-docs

Tools to build reference documentation for Kubernetes APIs and CLIs.
Apache License 2.0
87 stars 102 forks source link

Not able join worker node to master node upgraded from v1.25.9 to v1.27.1 #323

Closed MVD92 closed 1 year ago

MVD92 commented 1 year ago

What happened?

Recently, I have upgraded cluster from v1.25.9 to v1.27.1 with CRI-O. While joining new node to M1 using kubeadm, Kubelet.crt is not getting generated which in turn is resulting in auto-restart of kubelet service and the node is not able to join the cluster.

The error is as follows:

Unfortunately, an error has occurred: timed out waiting for the condition

This error is likely caused by:

If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:

I have set systemd cgroup in both config.yaml & crio.conf.

OS version: CentOS 7

tengqm commented 1 year ago

This doesn't look like a documentation issue. You may want to follow the instructions given by the kubeadm command and check the status of the kubelet service. There is nothing we can do from documentation side.

/close

k8s-ci-robot commented 1 year ago

@tengqm: Closing this issue.

In response to [this](https://github.com/kubernetes-sigs/reference-docs/issues/323#issuecomment-1595882622): >This doesn't look like a documentation issue. >You may want to follow the instructions given by the `kubeadm` command and check the status of the `kubelet` service. >There is nothing we can do from documentation side. > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.