Upgrade Calico Cloud
To upgrade a managed cluster to the latest version of Calico Cloud:
-
From the web console, go to the Managed Clusters page.
-
If your organization uses multiple projects to group managed clusters, click the Project menu and select the project you want your cluster to be part of.
-
For the cluster you want to upgrade, select Actions > Reinstall.
-
In the Reinstall Cluster dialog, select a newer version of Calico Cloud from the list, click Reinstall, and copy the generated kubectl command.
Use alternate manifest for legacy features
The Image Assurance and Container Threat Detection features were removed for new users in Calico Cloud 21.1.0. Legacy users of those features can continue to use a deprecated version until the features are completely removed in a future release.
To continue using these features, modify the generated command by replacing two instances of
deploy.yamlwithdeploy-with-container-security.yaml. This change gives you a manifest with all three legacy features enabled. You cannot enable or disable these features individually.Example of generated kubectl command with alternate manifestkubectl apply -f https://installer.calicocloud.io/manifests/cc-operator/latest/deploy-with-container-security.yaml && curl -H "Authorization: Bearer ..." "https://www.calicocloud.io/api/managed-cluster/deploy-with-container-security.yaml?version=v20.4.0" | kubectl apply -f - -
From a terminal, paste and run the command. The cluster's status under Connection Status changes to Disconnected: Installing. When the upgrade is complete, the status changes to Connected.