Commit db6aa1e
committed
Fix DRA NetworkPolicy: add allow-all egress rule
The DRA NetworkPolicy declares both Ingress and Egress policy types
but has no egress rules, which blocks all outbound traffic from the
DRA kubelet plugin pod. This prevents the plugin from reaching the
API server to create/update ResourceSlices. Add an allow-all egress
rule.
Signed-off-by: Anthony Byrne <abyrne@redhat.com>1 parent edbb3a3 commit db6aa1e
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
204 | 207 | | |
205 | 208 | | |
206 | 209 | | |
| |||
0 commit comments