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
$ eksctl info
eksctl version: 0.63.0
kubectl version: v1.21.2-13+d2965f0db10712
OS: linux
Seems like a bug in logic to me, as it's clear that the intention of a user when running eksctl update iamserviceaccount is to update the service account definition to working state.
But it doesn't happen right now. Probably making --override-existing-serviceaccounts work with update can solve it.