Difference between revisions of "Kubectl describe -n kube-system configmap/aws-auth"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== Official example == | == Official example == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | Name: aws-auth | ||
+ | Namespace: kube-system | ||
+ | Labels: <none> | ||
+ | Annotations: <none> | ||
+ | |||
+ | Data | ||
+ | ==== | ||
+ | mapRoles: | ||
+ | ---- | ||
+ | - [[groups:]] | ||
+ | - [[system:bootstrappers]] | ||
+ | - [[system:nodes]] | ||
+ | rolearn: arn:aws:iam::111122223333:role/my-node-role | ||
+ | username: system:node:{{EC2PrivateDNSName}} | ||
+ | |||
+ | |||
+ | BinaryData | ||
+ | ==== | ||
+ | |||
+ | Events: <none> | ||
== Errors == | == Errors == |
Revision as of 17:47, 12 September 2023
kubectl describe -n kube-system configmap/aws-auth
Official example
Name: aws-auth Namespace: kube-system Labels: <none> Annotations: <none> Data ==== mapRoles: ---- - groups: - system:bootstrappers - system:nodes rolearn: arn:aws:iam::111122223333:role/my-node-role username: system:node:Template:EC2PrivateDNSName BinaryData ==== Events: <none>
Errors
kubectl describe -n kube-system configmap/aws-auth error: You must be logged in to the server (Unauthorized)
Activities
Related
See also
Advertising: