×
Upgrade in an air-gapped BYO environment
To upgrade an airgap install, you can either upload a new airgap bundle from the command line or to the KOTS admin console.
- Log into a controller node in the cluster via SSH, and then download the airgap bundle for the new version. Run:
curl -f [download URL]/[channel]?airgap=true -H "Authorization: [authorization key]" -o [application-slug]-[channel].tgz
- Extract the installation bundle. Run:
tar -zxvf [application-slug]-[channel].tgz
- Do one of the following:
Method | Steps |
---|---|
Upload the bundle from the command line | Run:
After the airgap bundle has been uploaded, from the same machine, access the KOTS admin console on a browser. |
Upload the bundle from the KOTS admin console using a browser | On the Version history page, click Upload new version, and then select the airgap bundle you downloaded. |
- From the Version history page in admin console, click Deploy next to the new version.
- Follow the rest of the prompts in the admin console until the upgrade has successfully completed.
If the upgrade fails, generate a support bundle and then open a Zendesk ticket with ITRS Client Support.
["ITRS Analytics"]
["User Guide", "Technical Reference"]