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
feat: Parse out V1Status for code 422 on Reconcile loop of ManagedController (#552)
Give a little better message for errors returned by k8s (at least for
code 422).
K8S api will return a V1Status when the API rejects a call. This can be
output to the users in the log
0 commit comments