Difference between revisions of "Secret not found"
Jump to navigation
Jump to search
(Created page with " kubectl get events | grep FailedMount 15m Warning FailedMount pod/your-pod MountVolume.SetUp failed for volume "your-volume" : secret "your-s...") |
|||
Line 2: | Line 2: | ||
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]] | ||
+ | == Related == | ||
+ | * <code>[[kubectl create secret]]</code> | ||
+ | * [[Delete and recreate your secret]] | ||
== See also == | == See also == |
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: