InstallCluster
Uninstalling a Cluster
You can simply uninstall the Cluster via the octops uninstall command as follows:
octops uninstall <DOMAIN>
By default, the command uses the kubeconfig located at $HOME/.kube/config or if explicitly set by the KUBECONFIG environment variable. You can also explicitly set the underlying Kubernetes cluster kubeconfig file path via the --kubeconfig flag as follows:
octops uninstall <DOMAIN> --kubeconfig </PATH/TO/CLUSTER/KUBECONFIG>
NOTE
Almost all Kubernetes resources created by Octelium are namespaced and exist in the octelium Kubernetes namespace. Therefore you can effectively uninstall the Octelium Cluster by deleting that Kubernetes namespace as follows:
kubectl delete ns octelium