From b7e15417a3a6ad72bafb3caf396d0500a36eed15 Mon Sep 17 00:00:00 2001 From: anniedy Date: Wed, 7 Feb 2018 08:55:50 +0800 Subject: [PATCH] Update notes.md (#7259) --- docs/imported/release/notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/imported/release/notes.md b/docs/imported/release/notes.md index e6ab144eb1..d6afe1f175 100755 --- a/docs/imported/release/notes.md +++ b/docs/imported/release/notes.md @@ -859,7 +859,7 @@ This release passes 129/145 Kubernetes e2e conformance tests. * Apply algorithm in scheduler by feature gates. ([#52723](https://github.com/kubernetes/kubernetes/pull/52723),[ @k82cn](https://github.com/k82cn)) * A new priority function ResourceLimitsPriorityMap (disabled by default and behind alpha feature gate and not part of the scheduler's default priority functions list) that assigns a lowest possible score of 1 to a node that satisfies one or both of input pod's cpu and memory limits, mainly to break ties between nodes with same scores. ([#55906](https://github.com/kubernetes/kubernetes/pull/55906),[ @aveshagarwal](https://github.com/aveshagarwal)) * Kubelet evictions now take pod priority into account ([#53542](https://github.com/kubernetes/kubernetes/pull/53542),[ @dashpole](https://github.com/dashpole)) -* PodTolerationRestriction admisson plugin: if namespace level tolerations are empty, now they override cluster level tolerations. ([#54812](https://github.com/kubernetes/kubernetes/pull/54812),[ @aveshagarwal](https://github.com/aveshagarwal)) +* PodTolerationRestriction admission plugin: if namespace level tolerations are empty, now they override cluster level tolerations. ([#54812](https://github.com/kubernetes/kubernetes/pull/54812),[ @aveshagarwal](https://github.com/aveshagarwal)) ### **Storage**