In this wiki you’ll learn how to Uninstall or Update your Oakestra installation.
If you have a single machine setup where all your components (Root, Cluster and Worker node) are installed in the same machine, then you can run:
oak worker stop
oak uninstall worker && oak uninstall cluster && oak uninstall root
In each worker node machine run:
oak worker stop
oak uninstall worker
In each cluster orchestrator machine run:
In your root orchestrator machine run:
Bruteforce removal of all Oakestra containers, volumes, images, and worker binaries.
In each machine, run:
First, find out what version you’re currently running.
In your root orchestrator machine, run:
First you need to uninstall the old Oakestra components
On each worker node run:
sudo NodeEngine stop
curl -sfL oakestra.io/oak.sh | bash
oak uninstall worker
And follow the on-screen instructions
On each cluster orchestrator and root orchestrator node run:
curl -sfL oakestra.io/oak.sh | bash
oak uninstall cleanup #this command will cleanup the previous oakestra installation
Then, follow the installation instructions from scratch.
You’re currently on the latest version!
Future version will include a oak update command. Stay tuned.