One typo and two minor tweaks

This commit is contained in:
Jerome Petazzoni
2018-03-01 14:18:48 -06:00
parent b818a38307
commit 4689d09e1f

View File

@@ -212,7 +212,7 @@ The error that we see is expected: the Kubernetes API requires authentication.
*Ding ding ding ding ding!*
The `kube-system` namespace is used for the control plane
The `kube-system` namespace is used for the control plane.
---
@@ -242,7 +242,7 @@ The `kube-system` namespace is used for the control plane
.exercise[
- List the pods in the `kube-system` namespace:
- List the pods in the `kube-public` namespace:
```bash
kubectl -n kube-public get pods
```
@@ -251,7 +251,7 @@ The `kube-system` namespace is used for the control plane
--
* Maybe it doesn't have pods, but what secrets is `kube-public` keeping?
- Maybe it doesn't have pods, but what secrets is `kube-public` keeping?
--