summaryrefslogtreecommitdiff
path: root/nodeaffinity.md
diff options
context:
space:
mode:
Diffstat (limited to 'nodeaffinity.md')
-rw-r--r--nodeaffinity.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nodeaffinity.md b/nodeaffinity.md
index 3c29d6fe..77bc6e91 100644
--- a/nodeaffinity.md
+++ b/nodeaffinity.md
@@ -62,7 +62,7 @@ scheduling requirements.
rather than replacing `map[string]string`, due to backward compatibility
requirements.)
-The affiniy specifications described above allow a pod to request various
+The affinity specifications described above allow a pod to request various
properties that are inherent to nodes, for example "run this pod on a node with
an Intel CPU" or, in a multi-zone cluster, "run this pod on a node in zone Z."
([This issue](https://github.com/kubernetes/kubernetes/issues/9044) describes