To uninstall the CLM Kubernetes registry

Purpose

Perform this procedure to remove the CLM Kubernetes registry and environment from a CLM deployer host.

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
 

Log in as the root or CLM admin user on the CLM deployer host.


Open a console window.


Enter the following:

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


Enter the following to remove the CLM Kubernetes environment:

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

./nspregistryctl uninstall -y ↵

The CLM Kubernetes registry and environment are uninstalled.


Close the console window.

End of steps