Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Plan the upgrade for the management cluster. These components handle the upgrades for the clusters it manages:

Code Block
helm list -n clusters # print management cluster name
clusterctl upgrade plan -n clusters <name>
  • Validate that the upgrade is valid and apply the command provided by clusterctl

...

Code Block
helm repo update capi
helm repo update capi-addons

helm upgrade cluster-api-addon-provider capi-addons/cluster-api-addon-provider -n clusters --install --wait
cd <folder_with_values>

...