Files
kubernetes/test/e2e
Kubernetes Submit Queue 9f23149a52 Merge pull request #44965 from jpeeler/podpreset-exclusion-simple
Automatic merge from submit-queue

Allow pods to opt out of PodPreset mutation via an annotation on the pod

An annotation in the pod spec of the form:
podpreset.admission.kubernetes.io/PodPresetOptOut: "true"
Will cause the admission controller to skip manipulating the pod spec,
no matter the labelling.

This is an alternative implementation to pull #44163.

```release-note
Allow pods to opt out of PodPreset mutation via an annotation on the pod.
```
2017-06-08 22:57:34 -07:00
..
2017-06-03 18:22:39 -04:00
2017-05-23 10:11:46 -07:00
2017-05-31 09:52:55 -07:00
2017-05-23 07:18:44 -07:00
2017-03-01 11:52:55 -08:00
2017-05-22 21:51:11 +08:00
2017-05-26 13:45:10 -07:00
2017-05-11 12:26:40 +08:00
2017-05-17 20:47:11 -07:00
2017-06-06 12:00:28 -07:00