From e038797875146eb761cd2d92ee8fe04ec8b76626 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Sun, 8 Apr 2018 15:16:42 -0500 Subject: [PATCH] Update concepts-k8s.md A few suggested clarifications to your (excellent) clarifications --- slides/kube/concepts-k8s.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slides/kube/concepts-k8s.md b/slides/kube/concepts-k8s.md index a2c91fcd..1cd2e93a 100644 --- a/slides/kube/concepts-k8s.md +++ b/slides/kube/concepts-k8s.md @@ -134,11 +134,11 @@ class: pic - It is common to reserve a dedicated node for the control plane - (Except of single-node development clusters, like when using minikube) + (Except for single-node development clusters, like when using minikube) - This node is then called a "master" - (Yes, this is amibiguous: is the "master" a node, or the whole control plane?) + (Yes, this is ambiguous: is the "master" a node, or the whole control plane?) - Normal applications are restricted from running on this node @@ -152,7 +152,7 @@ class: pic --- -## Running the control plane outside +## Running the control plane outside containers - The services of the control plane can run in or out of containers