You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pods "aws-load-balancer-controller-78bf9f4898-" is forbidden: error looking up service account kube-system/aws-load-balancer-controller: serviceaccount "aws-load-balancer-controller" not found #52
just create the namespace
kubectl create serviceaccount aws-load-balancer-controller --namespace=kube-system
then the above-mentioned error will be resolved.