Secrets
How to diagnose and fix issues with secrets
Commons problems with Secrets
Things to check:
- the general health
jx health status -A
- the boot job
jx admin logs
and make sure in the logs jx secret populate
command is successful.
- check the external secrets deployment and logs
kubectl get pods -n secret-infra
kubectl logs deploy/kubernetes-external-secrets -n secret-infra
- check the status of the external secret using
kubectl
kubectl get es -n [the namespace the secret / external secret is in]
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified December 21, 2021: fix: add some troubleshooting information around installation (f2943b013c)