Difference between revisions of "Helm install aws-load-balancer-controller"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 3: Line 3:
  
 
  [[helm repo add eks]] https://aws.github.io/eks-charts
 
  [[helm repo add eks]] https://aws.github.io/eks-charts
 +
 +
[[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!
  
 
  [[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=false --set serviceAccount.name=aws-load-balancer-controller

Revision as of 19:05, 27 March 2023

helm repo add eks https://aws.github.io/eks-charts
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!
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

helm uninstall aws-load-balancer-controller -n kube-system

See also

Advertising: