Files
kubernetes/pkg/api/v1
Kubernetes Submit Queue a9fbeef694 Merge pull request #45929 from liggitt/node-admission
Automatic merge from submit-queue (batch tested with PRs 41535, 45985, 45929, 45948, 46056)

NodeRestriction admission plugin

Adds an optional `NodeRestriction` admission plugin that limits identifiable kubelets to mutating their own Node object, and Pod objects bound to their node.

This is the admission portion of https://github.com/kubernetes/community/blob/master/contributors/design-proposals/kubelet-authorizer.md and kubernetes/features#279

```release-note
The `NodeRestriction` admission plugin limits the `Node` and `Pod` objects a kubelet can modify. In order to be limited by this admission plugin, kubelets must use credentials in the `system:nodes` group, with a username in the form `system:node:<nodeName>`. Such kubelets will only be allowed to modify their own `Node` API object, and only modify `Pod` API objects that are bound to their node.
```
2017-05-18 19:58:13 -07:00
..
2017-04-14 10:40:57 -07:00
2017-04-27 09:41:53 -07:00
2017-04-14 10:40:57 -07:00
2016-10-18 21:07:33 -04:00
2017-01-16 16:04:03 -05:00
2017-05-18 10:07:47 -04:00
2017-05-18 10:07:47 -04:00
2017-05-18 10:07:47 -04:00
2017-05-17 12:55:56 -07:00