More fixes thanks to @bridgetkromhout excellent feedback and advice ♥

This commit is contained in:
Jerome Petazzoni
2019-04-21 08:30:39 -05:00
parent 2fe4644225
commit 1af958488e
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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