From c761ce9436d3f644da8544fea08cf6117143cad0 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Sat, 20 Apr 2019 10:49:29 -0500 Subject: [PATCH] Update dmuc.md typo fixes --- slides/k8s/dmuc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/k8s/dmuc.md b/slides/k8s/dmuc.md index f5452032..06c594b7 100644 --- a/slides/k8s/dmuc.md +++ b/slides/k8s/dmuc.md @@ -36,7 +36,7 @@ - We will use the machine indicated as `dmuc` (this stands for "Dessine Moi Un Cluster" or "Draw Me A Sheep", -
in hommage to Saint-Exupery's "The Little Prince") +
in homage to Saint-Exupery's "The Little Prince") - This machine: @@ -463,7 +463,7 @@ docker run alpine echo hello world - It will start in *standalone* mode -- Just like with the controler manager, we need to tell kubelet where is the API server +- Just like with the controller manager, we need to tell kubelet where the API server is - Alas, kubelet doesn't have a simple `--master` option