To uninstall the NSP Kubernetes software
Purpose
Perform this procedure to remove the NSP Kubernetes software.
Note: You require root or NSP admin user privileges on the NSP deployer host.
Note: release-ID in a file path has the following format:
R.r.p-rel.version
where
R.r.p is the NSP release, in the form MAJOR.minor.patch
version is a numeric value
Steps
1 |
Log in as the root or NSP admin user on the NSP 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 NSP cluster VMs specified in the hosts.yml file. Note: If the NSP 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 NSP Kubernetes software is uninstalled. End of steps |