From 87c066265297a5e46cc8e37c176d6960e5f50672 Mon Sep 17 00:00:00 2001 From: Glenn Oppegard Date: Tue, 11 Jul 2017 19:42:13 -0600 Subject: [PATCH] Grammar fix for 06-kubernetes-worker.md --- docs/06-kubernetes-worker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-kubernetes-worker.md b/docs/06-kubernetes-worker.md index e440c3c..3f54484 100644 --- a/docs/06-kubernetes-worker.md +++ b/docs/06-kubernetes-worker.md @@ -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.