Upgrade
To upgrade an on-prem AxoConsole deployment, complete the following steps.
-
Log in to the host running AxoConsole.
-
Run the following command to update the version number in the
/var/lib/rancher/k3s/server/manifests/axoflow.yamlfile to 0.69.0.sudo sed -i.old -E 's/^( *version: ).*/\10.69.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.