To uninstall the NSP Kubernetes registry

Purpose

Perform this procedure to remove the NSP Kubernetes registry and environment from an NSP deployer host.

Note: You require root 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
 

Log in as the root user on the NSP deployer host.


Open a console window.


Enter the following:

cd /opt/nsp/nsp-registry-release-ID/bin ↵


Enter the following to remove the NSP Kubernetes environment:

Note: The NSP Kubernetes registry log is /var/log/nspregistryctl.log.

./nspregistryctl uninstall -y ↵

The NSP Kubernetes registry and environment are uninstalled.


Close the console window.

End of steps