-
Notifications
You must be signed in to change notification settings - Fork 40k
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
LimitRanger and PodSecurityPolicy need to check more on init containers #29356
LimitRanger and PodSecurityPolicy need to check more on init containers #29356
Conversation
PodSecurityPolicy must verify that host port ranges are guarded on init containers.
InitContainers should be checked against limit rangers
Seeds init containers just like regular containers
26b4999
to
522930b
Compare
@kubernetes/autoscaling for someone to review initial resources changes |
LGTM for IR part |
|
@derekwaynecarr just needs review from you then |
LGTM |
@k8s-bot test this issue #IGNORE |
GCE e2e build/test passed for commit 522930b. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 522930b. |
Automatic merge from submit-queue |
Container limits not applied to init containers. HostPorts not checked on podsecuritypolicy
@pweil- @derekwaynecarr