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
One possible cause because of which I faced this issue and reconciler went into panic is when the program tries to get x.Accounts when x == nil. This condition is not being checked right now.
Steps to reproduce:
Any configuration error with IAM policy, role or serviceaccount leads to this problem.
Container logs:
Expected outcome:
The container should not panic and show meaningful error messages.
The text was updated successfully, but these errors were encountered: