-
Notifications
You must be signed in to change notification settings - Fork 140
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
Use restricted namespace for opensource apiserver #3489
Use restricted namespace for opensource apiserver #3489
Conversation
/sem-approve |
@mihivagyok we do actually need privileged PSS in some cases, specifically because in some modes of operation we run using I think we can adjust the PSS based on that though - if we're running with hostNet, we need privileged - otherwise, can run using restricted. |
@caseydavenport Thanks, you are right, I see it now in the code. I will work on the adjustments. Thanks! |
Hi @caseydavenport ! Thank you once more. I made the changes, please take a look. |
LGTM, thanks @mihivagyok |
/sem-approve |
* use restricted namespace for opensource apiserver * when hostNetwork is required, use PSSPrivileged namespace label
* use restricted namespace for opensource apiserver * when hostNetwork is required, use PSSPrivileged namespace label
* use restricted namespace for opensource apiserver * when hostNetwork is required, use PSSPrivileged namespace label
…icted-namespace-v1.36 [Pick #3489] Use restricted namespace for opensource calico-apiserver (v1.36)
…icted-namespace-v1.35 [Pick #3489] Use restricted namespace for opensource calico-apiserver (v1.35)
…icted-namespace [Pick #3489] Use restricted namespace for opensource calico-apiserver (v1.34)
Description
For PR author
make gen-files
make gen-versions
For PR reviewers
A note for code reviewers - all pull requests must have the following:
kind/bug
if this is a bugfix.kind/enhancement
if this is a a new feature.enterprise
if this PR applies to Calico Enterprise only.