From 27c5df83f8772144a6e376d91f85e198e9af0dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Barrera?= Date: Tue, 21 Jul 2020 13:03:00 +0200 Subject: [PATCH] typo clusers -> clusters FIX a typo in clusers -> clusters --- content/en/docs/concepts/containers/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/containers/images.md b/content/en/docs/concepts/containers/images.md index a01e8d84f9..415d920b40 100644 --- a/content/en/docs/concepts/containers/images.md +++ b/content/en/docs/concepts/containers/images.md @@ -129,7 +129,7 @@ example, run these on your desktop/laptop: - for example, to test this out: `for n in $nodes; do scp ~/.docker/config.json root@"$n":/var/lib/kubelet/config.json; done` {{< note >}} -For production clusers, use a configuration management tool so that you can apply this +For production clusters, use a configuration management tool so that you can apply this setting to all the nodes where you need it. {{< /note >}}