Difference between revisions of "Kubectl get serviceaccounts -n kube-system"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}}")
Tags: Mobile web edit, Mobile edit
 
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
== EKS ==
 +
[[kubectl get serviceaccounts]] -n kube-system    # Include [[ebs-csi]] driver
 +
<pre>
 +
NAME                                SECRETS  AGE
 +
attachdetach-controller              1        2d23h
 +
aws-cloud-provider                  1        2d23h
 +
aws-node                            1        2d23h
 +
certificate-controller              1        2d23h
 +
clusterrole-aggregation-controller  1        2d23h
 +
coredns                              1        2d23h
 +
cronjob-controller                  1        2d23h
 +
daemon-set-controller                1        2d23h
 +
default                              1        2d23h
 +
deployment-controller                1        2d23h
 +
disruption-controller                1        2d23h
 +
ebs-csi-controller-sa                1        38m
 +
ebs-csi-node-sa                      1        38m
 +
eks-vpc-resource-controller          1        2d23h
 +
endpoint-controller                  1        2d23h
 +
endpointslice-controller            1        2d23h
 +
endpointslicemirroring-controller    1        2d23h
 +
ephemeral-volume-controller          1        2d22h
 +
expand-controller                    1        2d23h
 +
generic-garbage-collector            1        2d23h
 +
horizontal-pod-autoscaler            1        2d23h
 +
job-controller                      1        2d23h
 +
kube-proxy                          1        2d23h
 +
namespace-controller                1        2d23h
 +
node-controller                      1        2d23h
 +
persistent-volume-binder            1        2d23h
 +
pod-garbage-collector                1        2d23h
 +
pv-protection-controller            1        2d23h
 +
pvc-protection-controller            1        2d23h
 +
replicaset-controller                1        2d23h
 +
replication-controller              1        2d23h
 +
resourcequota-controller            1        2d23h
 +
root-ca-cert-publisher              1        2d23h
 +
service-account-controller          1        2d23h
 +
service-controller                  1        2d23h
 +
statefulset-controller              1        2d23h
 +
ttl-after-finished-controller        1        2d23h
 +
ttl-controller                      1        2d23h
 +
vpc-resource-controller              1        2d23h
 +
</pre>
 +
 +
== See also ==
 +
* {{K8s sa}}
 +
* {{kubectl get}}
 +
 +
[[Category:K8s]]

Latest revision as of 15:38, 11 October 2022

EKS[edit]

kubectl get serviceaccounts -n kube-system    # Include ebs-csi driver
NAME                                 SECRETS   AGE
attachdetach-controller              1         2d23h
aws-cloud-provider                   1         2d23h
aws-node                             1         2d23h
certificate-controller               1         2d23h
clusterrole-aggregation-controller   1         2d23h
coredns                              1         2d23h
cronjob-controller                   1         2d23h
daemon-set-controller                1         2d23h
default                              1         2d23h
deployment-controller                1         2d23h
disruption-controller                1         2d23h
ebs-csi-controller-sa                1         38m
ebs-csi-node-sa                      1         38m
eks-vpc-resource-controller          1         2d23h
endpoint-controller                  1         2d23h
endpointslice-controller             1         2d23h
endpointslicemirroring-controller    1         2d23h
ephemeral-volume-controller          1         2d22h
expand-controller                    1         2d23h
generic-garbage-collector            1         2d23h
horizontal-pod-autoscaler            1         2d23h
job-controller                       1         2d23h
kube-proxy                           1         2d23h
namespace-controller                 1         2d23h
node-controller                      1         2d23h
persistent-volume-binder             1         2d23h
pod-garbage-collector                1         2d23h
pv-protection-controller             1         2d23h
pvc-protection-controller            1         2d23h
replicaset-controller                1         2d23h
replication-controller               1         2d23h
resourcequota-controller             1         2d23h
root-ca-cert-publisher               1         2d23h
service-account-controller           1         2d23h
service-controller                   1         2d23h
statefulset-controller               1         2d23h
ttl-after-finished-controller        1         2d23h
ttl-controller                       1         2d23h
vpc-resource-controller              1         2d23h

See also[edit]

Advertising: