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
Open
imsanju02k opened this issue
Feb 13, 2024
· 0 comments
just create the namespace
kubectl create serviceaccount aws-load-balancer-controller --namespace=kube-system
then the above-mentioned error will be resolved.
The text was updated successfully, but these errors were encountered:
just create the namespace
kubectl create serviceaccount aws-load-balancer-controller --namespace=kube-system
then the above-mentioned error will be resolved.
The text was updated successfully, but these errors were encountered: