Commit e271751
committed
namespaces: give SAs access to
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.get pod/status
1 parent b900df5 commit e271751
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
0 commit comments