Merge pull request #22619 from angelbarrera92/patch-1

typo clusers -> clusters
This commit is contained in:
Kubernetes Prow Robot
2020-07-22 09:12:06 -07:00
committed by GitHub
@@ -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 >}}