This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Upgrade

To upgrade an on-prem Axoflow Console deployment, complete the following steps.

  1. Log in to the host running Axoflow Console.

  2. Run the following command to update the version number in the /var/lib/rancher/k3s/server/manifests/axoflow.yaml file to 0.66.0.

    sudo sed -i.old -E 's/^( *version: ).*/\10.66.0/' /var/lib/rancher/k3s/server/manifests/axoflow.yaml
    
  3. Wait a few minutes until the pods are restarted. You can check their status by running:

    kubectl get pods -A
    
  4. If everything is working as expected, re-deploy your AxoRouter and Axoflow agent instances to upgrade them.

In case you experience problems during the upgrade, contact our support team.