From 3ad5dd6e5e3b465ce567806f0a11dcddcff158fd Mon Sep 17 00:00:00 2001 From: Gao Zheng Date: Wed, 2 Mar 2016 08:27:00 +0800 Subject: [PATCH] clerical error of nodeaffinity.md clerical error of nodeaffinity.md --- docs/design/nodeaffinity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/nodeaffinity.md b/docs/design/nodeaffinity.md index 5deda322796..a8ee2a18c70 100644 --- a/docs/design/nodeaffinity.md +++ b/docs/design/nodeaffinity.md @@ -37,7 +37,7 @@ intended to be used only for selecting nodes. In addition, we propose to replace the `map[string]string` in `PodSpec` that the scheduler currently uses as part of restricting the set of nodes onto which a pod is -eligible to schedule, with a field of type `Affinity` that contains contains one or +eligible to schedule, with a field of type `Affinity` that contains one or more affinity specifications. In this document we discuss `NodeAffinity`, which contains one or more of the following * a field called `RequiredDuringSchedulingRequiredDuringExecution` that will be