Upgrade
To upgrade an on-prem Axoflow Console deployment, complete the following steps.
-
Log in to the host running Axoflow Console.
-
Run the following command to update the version number in the
/var/lib/rancher/k3s/server/manifests/axoflow.yamlfile to 0.66.0.sudo sed -i.old -E 's/^( *version: ).*/\10.66.0/' /var/lib/rancher/k3s/server/manifests/axoflow.yaml -
Wait a few minutes until the pods are restarted. You can check their status by running:
kubectl get pods -A -
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.