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 Workbench 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.
Verifying your upgrade
-
Verify all pods are running by running the following command:
-
Open a web browser and navigate to your Authentication Center.
- Select Users from the left-hand navigation, then click View all users and verify your users’ data is present.
- Open a new tab in your web browser and navigate to your Workbench URL. Log in using the same credentials you used for your previous installation.
- Review the Projects list to verify that all project data has been restored.
- Verify your deployments have returned to a started state.

