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
Service Accounts need to be able to `get` `pod/status`.
`warnet run SCENARIO --debug` does use `wait_for_pod` which calls `read_namespaced_pod_status` which
is likely where we were running into the permissions issue.
0 commit comments