...
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> |
...