To uninstall the CLM Kubernetes software
Purpose
Perform this procedure to remove the CLM Kubernetes software.
Note: You require root or CLM admin user privileges on the CLM deployer host.
Note: release-ID in a file path has the following format:
R.r.p-rel.version
where
R.r.p is the CLM release, in the form MAJOR.minor.patch
version is a numeric value
Steps
1 |
Log in as the root or CLM admin user on the CLM deployer host. |
2 |
Open a console window. |
3 |
Enter the following: # cd /opt/nsp/nsp-k8s-deployer-release-ID/bin ↵ |
4 |
Enter the following: Note: The action affects all CLM cluster VMs specified in the hosts.yml file. Note: If the CLM cluster VMs do not have the required SSH key, you must include the --ask-pass argument in the command, as shown in the following example, and are subsequently prompted for the root password of each cluster member: nspk8sctl --ask-pass uninstall # ./nspk8sctl uninstall ↵ The CLM Kubernetes software is uninstalled. End of steps |