Difference between revisions of "ServiceAccount admission controller"
Jump to navigation
Jump to search
(Created page with "* https://kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/#serviceaccount-admission-controller") Tags: Mobile web edit, Mobile edit |
|||
(16 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
* https://kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/#serviceaccount-admission-controller | * https://kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/#serviceaccount-admission-controller | ||
+ | |||
+ | |||
+ | * <code>[[/var/run/secrets/kubernetes.io/serviceaccount]]</code> | ||
+ | * [[Kubernetes service account]] | ||
+ | |||
+ | [[volumeMounts:]] | ||
+ | - mountPath: /data | ||
+ | name: persistent-storage | ||
+ | - [[mountPath]]: /var/run/secrets/kubernetes.io/serviceaccount | ||
+ | name: kube-api-access-jhnds | ||
+ | readOnly: true | ||
+ | |||
+ | == Related == | ||
+ | [[helm install aws-load-balancer-controller]] eks/aws-load-balancer-controller -n kube-system --set clusterName=education-eks-LZIQaQdP --set serviceAccount.create=false --set serviceAccount.name=aws-load-balancer-controller | ||
+ | |||
+ | [[helm install aws-load-balancer-controller]] eks/aws-load-balancer-controller -n kube-system --set clusterName=education-eks-LZIQaQdP --set serviceAccount.create=true --set serviceAccount.name=aws-load-balancer-controller | ||
+ | |||
+ | * [[kind: Deployment]], [[serviceAccount:]] | ||
+ | * [[Kubernetes service account]] | ||
+ | * <code>[[kind: ServiceAccount]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{Control Plane}} | ||
+ | |||
+ | [[Category:K8s]] |
Latest revision as of 14:43, 22 May 2024
volumeMounts: - mountPath: /data name: persistent-storage - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-jhnds readOnly: true
Related[edit]
helm install aws-load-balancer-controller eks/aws-load-balancer-controller -n kube-system --set clusterName=education-eks-LZIQaQdP --set serviceAccount.create=false --set serviceAccount.name=aws-load-balancer-controller
helm install aws-load-balancer-controller eks/aws-load-balancer-controller -n kube-system --set clusterName=education-eks-LZIQaQdP --set serviceAccount.create=true --set serviceAccount.name=aws-load-balancer-controller
See also[edit]
Advertising: