-
Notifications
You must be signed in to change notification settings - Fork 11
Certificate rotation #234
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
Comments
Tracked here now.
and in KubeadmControlPlane in cluster-template.yaml
which I believe will be propagated to |
Passing |
According to kubelet documentation the rotateCertificates: flag defaults to false, so we're lucky that it is set to true explicitly. |
TODO:
|
In KCP & KCT you need to write |
Currently, certificates are not automatically rotated in place. When using CAPBK, the CA certificate is copied to the node and kubeadm then creates new certificates. |
OK, we will need to document this! |
Andrej has a good text proposal in in issues/#155: |
As discussed in container meeting on april 3 it could depend on the clusterapi version which needs to be researched |
Hi @batistein, since this is still in status Doing, will you be able to address this next week? |
We need to ensure we rotate all certificates to avoid expiration.
This is tracked in SovereignCloudStack/issues#155
The text was updated successfully, but these errors were encountered: