From 88e0969d44f26a4ffe74bd2440003aa91f324e71 Mon Sep 17 00:00:00 2001 From: Matthieu Dumont <5095856+Jerska@users.noreply.github.com> Date: Thu, 23 May 2019 11:41:31 +0200 Subject: [PATCH] chore(affinity): fix typo (#46) --- 13-affinity-anti-affinity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13-affinity-anti-affinity/README.md b/13-affinity-anti-affinity/README.md index 4aedbb6..fa991ef 100644 --- a/13-affinity-anti-affinity/README.md +++ b/13-affinity-anti-affinity/README.md @@ -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`). -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 apiVersion: v1