Enable PodSecurityPolicies in end-to-end tests#2280
Conversation
Signed-off-by: James Munnelly <james@munnelly.eu>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: munnerz The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@munnerz: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
This kind of issue might be detected early in the future when enabling psp in e2e tests (cert-manager#2280). A similar bug was already fixed in be0b865. This commit fixes the typo.
This kind of issue might be detected early in the future when enabling psp in e2e tests (cert-manager#2280). A similar bug was already fixed in be0b865. This commit fixes the typo. Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
This kind of issue might be detected early in the future when enabling psp in e2e tests (cert-manager/cert-manager#2280). A similar bug was already fixed in 282d9ef. This commit fixes the typo. Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
This kind of issue might be detected early in the future when enabling psp in e2e tests (cert-manager/cert-manager#2280). A similar bug was already fixed in a0a71ef. This commit fixes the typo. Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
What this PR does / why we need it:
Enable PodSecurityPolicy admission controller during end-to-end tests.
This PR can be used as a basis to help test #2234 properly.
We'll probably need to bind a permissive PSP policy to all pods by default, and incrementally enable PSPs throughout.
Release note: