Difference between revisions of "Kubectl describe sa"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | [[kubectl describe serviceaccount]] | ||
[[kubectl describe]] [[sa]] | [[kubectl describe]] [[sa]] | ||
kubectl describe sa | grep -w Name | kubectl describe sa | grep -w Name | ||
Line 20: | Line 21: | ||
[[Annotations:]] [[eks.amazonaws.com/role-arn]]: arn:aws:iam::012345678912:role/[[AmazonEKS_EBS_CSI_DriverRole]] | [[Annotations:]] [[eks.amazonaws.com/role-arn]]: arn:aws:iam::012345678912:role/[[AmazonEKS_EBS_CSI_DriverRole]] | ||
+ | |||
+ | [[Annotations:]] eks.amazonaws.com/role-arn: arn:aws:iam::111122223333:role/my-role | ||
+ | |||
== Activities == | == Activities == |
Latest revision as of 19:09, 22 February 2024
kubectl describe serviceaccount kubectl describe sa kubectl describe sa | grep -w Name kubectl describe sa -n kube-system | grep -w Name
Name: myredis Namespace: default Labels: app.kubernetes.io/instance=myredis app.kubernetes.io/managed-by=Helm app.kubernetes.io/name=redis helm.sh/chart=redis-17.8.3 Annotations: meta.helm.sh/release-name: myredis meta.helm.sh/release-namespace: default Image pull secrets: <none> Mountable secrets: <none> Tokens: <none> Events: <none>
Annotations: eks.amazonaws.com/role-arn: arn:aws:iam::012345678912:role/AmazonEKS_EBS_CSI_DriverRole
Annotations: eks.amazonaws.com/role-arn: arn:aws:iam::111122223333:role/my-role
Activities[edit]
See also[edit]
Advertising: