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