Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable PodSecurity Plugin for KinD Tests #33

Closed
adambkaplan opened this issue Nov 12, 2021 · 2 comments
Closed

Enable PodSecurity Plugin for KinD Tests #33

adambkaplan opened this issue Nov 12, 2021 · 2 comments

Comments

@adambkaplan
Copy link
Member

When running the operator e2e tests on a KinD cluster, we should do the following:

  1. Enable the PodSecurity admission plugin
  2. Run the operator in a namespace that enforces a non-privileged security profile.

Ideally the operator should run in a namespace with the restricted profile enforced.

This requires the operator to run on a cluster with Kubernetes 1.22 or higher.

Originally posted by @gabemontero in #28 (comment)

@adambkaplan adambkaplan added this to the release-v0.9.0 milestone Feb 17, 2022
@adambkaplan
Copy link
Member Author

Note that with #56, we can bump our k8s e2e test version to 1.22 or 1.23

@adambkaplan
Copy link
Member Author

This is now obsolete - PodSecurity Admission graduated to stable in k8s 1.25 (on by default)

@adambkaplan adambkaplan removed this from the Backlog milestone Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants