update release notes for 1.7

pull/6/head
Mayank Kumar 2017-07-06 12:39:47 -07:00
parent a9bf44101b
commit 0d6f182870
1 changed files with 1 additions and 1 deletions

View File

@ -1003,7 +1003,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