Update Cyberwatch in offline mode with MicroK8s
Follow the “Get required files” of the Cyberwatch install procedure.
Transfer the archive on the offline machine.
Switch to the
root
user:sudo su
Extract the sources:
tar xvzf cyberwatch_sources.tar.gz cd cyberwatch_sources
Load the container images into MicroK8s container’s cache:
ls *.tar| xargs -n 1 -I {} /snap/bin/microk8s ctr i import $(pwd)/{}
Restart Cyberwatch:
sudo cyberwatch restart
(Optional) Monitor the status of the containers until they are all in the
Running
state:sudo cyberwatch status