Files
kubernetes/hack
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-03-25 12:16:50 -07:00
2017-05-16 21:29:22 +02:00
2017-02-10 17:00:28 -08:00
2016-07-12 21:52:54 -07:00
2016-07-12 21:52:00 -07:00
2017-02-01 15:18:32 -05:00
2017-04-28 18:51:34 +00:00
2017-05-02 08:43:31 -04:00
2017-05-17 15:46:34 -03:00
2016-08-02 10:27:29 -04:00
2016-07-12 21:52:00 -07:00
2017-04-27 15:01:34 -07:00
2017-05-02 08:43:31 -04:00
2017-03-27 09:44:10 -04:00
2016-07-12 21:52:00 -07:00
2017-04-27 15:01:34 -07:00
2016-12-06 13:45:10 -05:00
2017-05-18 10:39:04 -07:00
2017-05-01 16:43:50 -07:00
2016-12-14 06:03:00 -08:00