How do I list the NSP Kubernetes secrets?
Purpose
Perform this procedure to list the Kubernetes secrets created using the NSP secret management tool in an NSP cluster.
Steps
1 |
Log in as the root or NSP admin user on the NSP cluster host. |
2 |
Open a console window. |
3 |
Enter the following: # kubectl get secret -A -l "nspdeployer-secret=true" ↵ The secrets are listed, as shown in the following example: NAMESPACE NAME TYPE DATA AGE namespace secret_name type num_arts age where namespace is the namespace of the secret secret_name is the displayed name of the secret type is the secret type num_arts is the number of TLS file artifacts that the secret contains age is the number of days since secret creation |
4 |
View the secrets, as required. |
5 |
Close the console window. End of steps |