Merge pull request #48562 from krmayankk/update-rel-notes

Automatic merge from submit-queue

update release notes for 1.7
This commit is contained in:
Kubernetes Submit Queue 2017-07-13 18:50:55 -07:00 committed by GitHub
commit 6f6bf26ba5

View File

@ -1152,7 +1152,7 @@ Features for this release were tracked via the use of the [kubernetes/features](
#### PodDisruptionBudget
* [beta] PodDisruptionBudget has a new field MaxUnavailable, which allows users to specify the maximum number of disruptions that can be tolerated during eviction. For more information, see [Pod Disruptions](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/) and [Specifying a Disruption Budget for your Application](https://kubernetes.io/docs/tasks/run-application/configure-pdb/).
* PodDisruptionBudget now uses [ControllerRef](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/controller-ref.md) to make the right decisions about Pod eviction even if the built in application controllers have overlapping selectors.
### **Security**
#### Admission Control