-
Notifications
You must be signed in to change notification settings - Fork 0
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
kubeadm
token not renewed on CAPA
#1720
Comments
kubeadm
token not renewed on CAPA
@alex-dabija Does this also happen on WCs? |
Yes, it should be reproducible on workload clusters because a management cluster is just a workload cluster with more applications running on it. |
On grizzly MC, we tested scaling the control planes node for berk1 WC, and they were able to join the cluster.
|
@tuladhar the issue only occurs for MachinePool as for |
We took a look at cluster-api repository with @tuladhar . Refreshment of the token secrets is dependent existence of the token secret itself which explains why we had problems with our Capa MCs at the moment. But I could not find what deletes the secrets in the first place. I have checked api-server audit logs but I could not found anything there. |
PR is merged, waiting for a release. |
It will be part of 1.4 release, custom kubeadm controller is deployed to all CAPA MCs with flux enabled. |
I think this was just released in |
Issue
kubeadm
token is not renewed on CAPA and new nodes are unable to join the cluster. This happened ongrizzly
.We are supposed to already have a fix for this, but for some reason it didn't work. We think it's probably because the cluster was created before the fix was rolled out, but it's just guessing.
The issue needs to be confirmed.
The text was updated successfully, but these errors were encountered: