chore(affinity): fix typo (#46)

This commit is contained in:
Matthieu Dumont 2019-05-23 11:41:31 +02:00 committed by Rémy-Christophe Schermesser
parent 2febb7e513
commit 88e0969d44
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ spec:
In english words, this configuration means that we want to ensure that pods with the label `run=nginx` will not run on node with the same hostname (`kubernetes.io/hostname`). In english words, this configuration means that we want to ensure that pods with the label `run=nginx` will not run on node with the same hostname (`kubernetes.io/hostname`).
You also have `preferredDuringSchedulingIgnoredDuringExecution` to not require but only hints the scheduler. Carefull the configuration for this is different: You also have `preferredDuringSchedulingIgnoredDuringExecution` to not require but only hints the scheduler. Be careful the configuration for this is different:
```yml ```yml
apiVersion: v1 apiVersion: v1