Uninstall Chef 360 Platform
When uninstalling an implicit Chef 360 Platform cluster, the assumption is that the process of installing is opaque to our customers. The same holds true for the uninstall process. This means that you have no ability to back up items from an implicit cluster.
Warning
Prerequisites
Before you begin you need:
- An existing implicit installation of Chef 360 Platform.
- Terminal access to the location where the implicit Chef 360 Platform Kubernetes cluster was installed.
Note
Uninstall an implicit Chef 360 Platform cluster
Follow these steps to uninstall a Chef 360 Platform implicit cluster:
Secure Shell (SSH) into (or otherwise access) the terminal where Chef 360 Platform was installed.
Go to the directory containing the Chef 360 Platform binary.
Enter the implicit cluster’s shell:
sudo ./chef-360 shell
Execute a node reset:
sudo ./chef-360 reset
Delete the Chef 360 Platform resources:
rm -f chef-360* license.yaml
This rm command and the chef-360* glob removes the tarball, the implicit cluster binary, and, (if it exists) the airgap bundle.
Reboot the server:
sudo reboot