Difference between revisions of "ServiceAccount admission controller"
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
* [[kind: Deployment]], [[serviceAccount:]] | * [[kind: Deployment]], [[serviceAccount:]] | ||
* [[Kubernetes service account]] | * [[Kubernetes service account]] | ||
− | * <code>[[kind: serviceAccount]] | + | * <code>[[kind: serviceAccount]]</code> |
== See also == | == See also == |
Revision as of 14:42, 22 May 2024
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
See also
Advertising: