added
cncf-cla: yes
labels
Jul 10, 2017
k8s-github-robot
added
size/L
labels
Jul 10, 2017
danielfm
changed the title
Make NodeRestriction admission create evictions for its own pods
Allow nodes to create evictions for its own pods in NodeRestriction admission controller
k8s-github-robot
added
size/M
and removed size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.labels
Jul 11, 2017
k8s-ci-robot
added
sig/auth
labels
Jul 12, 2017
k8s-github-robot
added
size/L
and removed size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.labels
Jul 12, 2017
k8s-ci-robot
added
the
lgtm
label
Jul 23, 2017danielfm deleted the node-restriction-pod-eviction-subresource branch
July 24, 2017 14:21Merged
k8s-github-robot pushed a commit that referenced this pull request
Aug 4, 2017Merged
mhan8796 pushed a commit to mhan8796/kubernetes that referenced this pull request
Jun 26, 2026
…d-eviction-subresource Automatic merge from submit-queue Allow nodes to create evictions for its own pods in NodeRestriction admission controller **What this PR does / why we need it**: This PR adds support for `pods/eviction` sub-resource to the NodeRestriction admission controller so it allows a node to evict pods bound to itself. **Which issue this PR fixes**: fixes kubernetes#48666 **Special notes for your reviewer**: The NodeRestriction already allows nodes to delete pods bound to itself, so allowing nodes to also delete pods via the Eviction API probably makes sense. ```release-note NodeRestriction allows a node to evict pods bound to itself ```