Difference between revisions of "Kubectl describe secret -A"
Jump to navigation
Jump to search
(Created page with "{{lc}} == See also == * {{Kubernetes secrets}} Category:Kubectl") |
|||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | |||
+ | == Minikube == | ||
+ | kubectl describe secret -A | ||
+ | Name: bootstrap-token-zdluu3 | ||
+ | Namespace: kube-system | ||
+ | Labels: <none> | ||
+ | Annotations: <none> | ||
+ | |||
+ | Type: bootstrap.kubernetes.io/token | ||
+ | |||
+ | Data | ||
+ | ==== | ||
+ | token-id: 6 bytes | ||
+ | token-secret: 16 bytes | ||
+ | usage-bootstrap-authentication: 4 bytes | ||
+ | usage-bootstrap-signing: 4 bytes | ||
+ | auth-extra-groups: 47 bytes | ||
+ | expiration: 20 bytes | ||
Revision as of 18:44, 21 October 2023
Minikube
kubectl describe secret -A Name: bootstrap-token-zdluu3 Namespace: kube-system Labels: <none> Annotations: <none> Type: bootstrap.kubernetes.io/token Data ==== token-id: 6 bytes token-secret: 16 bytes usage-bootstrap-authentication: 4 bytes usage-bootstrap-signing: 4 bytes auth-extra-groups: 47 bytes expiration: 20 bytes
See also
- Kubernetes secrets:
kubectl [ get | create | describe | delete | secret ] secrets
,secret.yml, kind: Secret, secretKeyRef, default-token, imagePullSecrets:, kubernetes.io/dockerconfigjson
Advertising: