From b40fa45fd3a498e124fee92b05acde403499bb27 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Mon, 26 Feb 2018 16:50:31 -0600 Subject: [PATCH] Clarifications --- slides/kube/kubectlget.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slides/kube/kubectlget.md b/slides/kube/kubectlget.md index c29744fb..c3087d98 100644 --- a/slides/kube/kubectlget.md +++ b/slides/kube/kubectlget.md @@ -48,7 +48,7 @@ .exercise[ -- Give us more info about them nodes: +- Give us more info about the nodes: ```bash kubectl get nodes -o wide ``` @@ -136,7 +136,7 @@ There is already one service on our cluster: the Kubernetes API itself. ``` - `-k` is used to skip certificate verification - - Make sure to replace 10.96.0.1 with the CLUSTER-IP shown earlier + - Make sure to replace 10.96.0.1 with the CLUSTER-IP shown by `$ kubectl get svc` ] @@ -173,7 +173,7 @@ The error that we see is expected: the Kubernetes API requires authentication. ## Namespaces -- Namespaces allow to segregate resources +- Namespaces allow us to segregate resources .exercise[