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
Previously, the test-operator was spawning pods with NET_ADMIN and
NET_RAW capabilities even when privileged: false. Setting these
two capabilities requires elevated securitycontextconstraint.
This commit addresses this issue by using extra capabilities only
when privileged: true.
0 commit comments