Prerequisites
- Take snapshot of existing setup - VM snapshots of the current setup should be taken as a backup.
-
Stop the application and services that are running - Execute the
commands in the order below in all the nodes, if you have a multi-node
setup.
systemctl stop appviewx.servicesystemctl stop kubelet.servicesystemctl stop containerd.service -
Disable the following services - Execute the commands in the order below
in all the nodes, if you have a multi-node setup.
systemctl disable appviewx.servicesystemctl disable kubelet.servicesystemctl disable containerd.service
