How do I update nsp_kubeconfig on the NSP deployer host?

Purpose

Perform this procedure if SSH access between the NSP deployer host and cluster host is disabled.

Note: You require root user privileges on the NSP deployer VM.

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
 

Open a terminal session to the NSP deployer VM


Log in as the root or NSP admin user.


Enter the following:

cd /opt/nsp/nsp-k8s-deployer-release-ID/bin ↵


Enter the following to resynchronize the kubeconfig files on the NSP cluster:

./nspk8sctl update --kubeconfig ↵

The nsp_kubeconfig files are updated on the deployer host.

End of steps