Difference between revisions of "Secret not found"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | {{lc}} | ||
[[kubectl get events]] | grep FailedMount | [[kubectl get events]] | grep FailedMount | ||
15m Warning FailedMount pod/your-pod MountVolume.SetUp failed for volume "your-volume" : secret "[[your-secret]]" [[secret not found|not found]] | 15m Warning FailedMount pod/your-pod MountVolume.SetUp failed for volume "your-volume" : secret "[[your-secret]]" [[secret not found|not found]] |
Revision as of 09:10, 14 July 2022
kubectl get events | grep FailedMount 15m Warning FailedMount pod/your-pod MountVolume.SetUp failed for volume "your-volume" : secret "your-secret" not found
Related
See also
- Kubernetes secrets:
kubectl [ get | create | describe | delete | secret ] secrets
,secret.yml, kind: Secret, secretKeyRef, default-token, imagePullSecrets:, kubernetes.io/dockerconfigjson
Advertising: