Skip to content

Commit 87c0662

Browse files
oppegardkelseyhightower
authored andcommitted
Grammar fix for 06-kubernetes-worker.md
1 parent 239f143 commit 87c0662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/06-kubernetes-worker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this lab you will bootstrap 3 Kubernetes worker nodes. The following virtual
1111
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:
1212

1313
* Ease of deployment and configuration
14-
* 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.
14+
* 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.
1515

1616
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.
1717

0 commit comments

Comments
 (0)