How do I retrieve a list of cluster members?

Steps
 

Log in as the root or NSP admin user on the NSP deployer host and enter the following:

export KUBECONFIG=/opt/nsp/nsp-configurator/kubeconfig/nsp_kubeconfig ↵


Enter the following periodically to display the status of the Kubernetes system pods:

Note: You must not proceed to the next step until the output lists only the following:

  • pods in kube-system namespace

  • nsp-backup-storage pod

kubectl get pods -A ↵

The pods are listed.


Open a console window.


Enter the following to list the NSP cluster members:

kubectl get nodes ↵

End of steps