Upgrade Calico Cloud
To upgrade managed clusters to the latest version of Calico Cloud:
-
From the web console, go to Managed Clusters.
-
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, Container Threat Detection, and Compliance Reports 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.yaml
withdeploy-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=v21.1.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.