Prerequisites
- You must have access to the Administrative Server.
- You must verify the Service Account used for the upgrade has the correct permissions.
- Air-gapped servers must have the Docker images added to their Docker image repository.
Upgrading
Upgrade your BYOK8s cluster by performing the following steps:- Log in to the service account on the Administrative Server running your Anaconda Enterprise software.
-
Unpack the Helm Charts provided by Anaconda onto the Administrative Server:
-
Save your current configurations with the
extract_config.shscript delivered with your Helm Chart by running the following command:Theextract_config.shscript creates a file calledhelm_values.yamland saves it in the directory where the script was run. -
Verify the information captured in
helm_values.yamlfile is correct and contains all of your current cluster configuration settings. -
Begin the upgrade by running the following command:
If the upgrade is successful, your output will look like this:The duration of the upgrade depends on both the cluster node count and the speed of the new docker images loading into each node. You can view the status of the upgrade process by running the following command:Once all pods display a Running status and each pod is running all their containers, you may return to using the cluster as normal.

