-
Notifications
You must be signed in to change notification settings - Fork 42
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
clusterctl alpha rollout restart kthreescontrolplane support #80
Comments
was looking at the kubeadm implementation; sharing a few observations:
|
i edited a KCP, setting |
this explains why a configuration change doesn't trigger a rollout! |
Created an issue for it: #83 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For kubeadm clusters one can do this:
$ clusterctl alpha rollout restart kubeadmcontrolplane/my-cluster
(see https://cluster-api.sigs.k8s.io/clusterctl/commands/alpha-rollout)
...and it will replace the controlplane like it would a machine deployment. it would be nice if we could support this! i'll go read up on it and dump some things in here to gather requirements and spec it out.
The text was updated successfully, but these errors were encountered: