Grammar fix for 06-kubernetes-worker.md

pull/186/head
Glenn Oppegard 2017-07-11 19:42:13 -06:00 committed by Kelsey Hightower
parent 239f1438ae
commit 87c0662652
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ In this lab you will bootstrap 3 Kubernetes worker nodes. The following virtual
Kubernetes worker nodes are responsible for running your containers. All Kubernetes clusters need one or more worker nodes. We are running the worker nodes on dedicated machines for the following reasons:
* Ease of deployment and configuration
* Avoid mixing arbitrary workloads with critical cluster components. We are building machine with just enough resources so we don't have to worry about wasting resources.
* Avoid mixing arbitrary workloads with critical cluster components. We are building machines with just enough resources so we don't have to worry about wasting resources.
Some people would like to run workers and cluster services anywhere in the cluster. This is totally possible, and you'll have to decide what's best for your environment.