Skip to content

Commit

Permalink
Merge pull request kubernetes#30343 from Crazykev/fix-spelling
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

fix a typo in nodeaffinity
  • Loading branch information
Kubernetes Submit Queue authored Aug 15, 2016
2 parents 69419a1 + b8f1eb2 commit fa6bd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/nodeaffinity.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ an Intel CPU" or, in a multi-zone cluster, "run this pod on a node in zone Z."
some of the properties that a node might publish as labels, which affinity
expressions can match against.) They do *not* allow a pod to request to schedule
(or not schedule) on a node based on what other pods are running on the node.
That feature is called "inter-pod topological affinity/anti-afinity" and is
That feature is called "inter-pod topological affinity/anti-affinity" and is
described [here](https://github.com/kubernetes/kubernetes/pull/18265).

## API
Expand Down

0 comments on commit fa6bd4b

Please sign in to comment.