From 1af958488e106266848f5f7dad787943c6d1e33a Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Sun, 21 Apr 2019 08:30:39 -0500 Subject: [PATCH] =?UTF-8?q?More=20fixes=20thanks=20to=20@bridgetkromhout?= =?UTF-8?q?=20excellent=20feedback=20and=20advice=20=E2=99=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/k8s/architecture.md | 4 ++-- slides/k8s/cluster-upgrade.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/slides/k8s/architecture.md b/slides/k8s/architecture.md index 701a3415..ecd28284 100644 --- a/slides/k8s/architecture.md +++ b/slides/k8s/architecture.md @@ -46,7 +46,7 @@ class: pic - Our containerized workloads -- A container engine like Docker, CRI-O, container... +- A container engine like Docker, CRI-O, containerd... (in theory, the choice doesn't matter, as the engine is abstracted by Kubernetes) @@ -72,7 +72,7 @@ class: pic - the nodes register and get their instructions through the API server - - the other control plane components also register to the API server + - the other control plane components also register with the API server - API server is the only component that reads/writes from/to etcd diff --git a/slides/k8s/cluster-upgrade.md b/slides/k8s/cluster-upgrade.md index 4fa08593..a599f58d 100644 --- a/slides/k8s/cluster-upgrade.md +++ b/slides/k8s/cluster-upgrade.md @@ -77,7 +77,7 @@ ## What version are we running anyway? -- When I say, "I'm Kubernetes 1.11", is that the version of: +- When I say, "I'm running Kubernetes 1.11", is that the version of: - kubectl