typo clusers -> clusters

FIX a typo in clusers -> clusters
This commit is contained in:
Ángel Barrera 2020-07-21 13:03:00 +02:00 committed by GitHub
parent 80c79ed70d
commit 27c5df83f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 >}}