Difference between revisions of "Helm install aws-load-balancer-controller"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 38: | Line 38: | ||
== Related == | == Related == | ||
− | + | * <code>[[helm uninstall aws-load-balancer-controller -n kube-system]]</code> | |
== See also == | == See also == |
Latest revision as of 07:02, 28 March 2023
helm repo add eks https://aws.github.io/eks-charts
serviceAccount.create=true[edit]
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 NAME: aws-load-balancer-controller LAST DEPLOYED: Mon Mar 27 23:04:44 2023 NAMESPACE: kube-system STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: AWS Load Balancer controller installed!
kubectl get deployment -n kube-system aws-load-balancer-controller NAME READY UP-TO-DATE AVAILABLE AGE aws-load-balancer-controller 2/2 2 2 28s
serviceAccount.create=false[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 NAME: aws-load-balancer-controller LAST DEPLOYED: Mon Mar 27 22:41:56 2023 NAMESPACE: kube-system STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: AWS Load Balancer controller installed!
kubectl get deployment -n kube-system aws-load-balancer-controller NAME READY UP-TO-DATE AVAILABLE AGE aws-load-balancer-controller 0/2 0 0 19m
Error creating: pods "aws-load-balancer-controller-95c7fdb56-" is forbidden: error looking up service account kube-system/aws-load-balancer-controller: serviceaccount "aws-load-balancer-controller" not found
Related[edit]
See also[edit]
Advertising: