How to update CAPH / Cluster API? #643
-
Hi, just wanted to ask: Is it safe to upgrade the caph-controller-manager from a previous Beta, for example Beta 9, to a more recent version? Also: What is the procedure to upgrade Cluster API to a supported version or is it upgraded along with the controller-manager? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I just did recently an update of beta.10 to the current beta.14 without issues. I used the following way:
In general please check out the release note for changes. And of course if you want to be safe I would recommend a version by version update. These are always tested via e2e tests. |
Beta Was this translation helpful? Give feedback.
I just did recently an update of beta.10 to the current beta.14 without issues.
I used the following way:
clusterctl upgrade plan
followed byclusterctl upgrade apply --contract v1beta1
clusterctl upgrade apply --infrastructure cluster-api-provider-hetzner-system/hetzner:v1.0.0-beta.14
In general please check out the release note for changes. And of course if you want to be safe I would recommend a version by version update. These are always tested via e2e tests.