From 2c08439de44ccece1eecda398dc09429bf530ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Wed, 25 Oct 2017 22:42:07 +0200 Subject: [PATCH] Fix slides to reflect hostname --- docs/kubectlget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kubectlget.md b/docs/kubectlget.md index a422876d..a84e64a0 100644 --- a/docs/kubectlget.md +++ b/docs/kubectlget.md @@ -229,6 +229,6 @@ The error that we see is expected: the Kubernetes API requires authentication. - the `READY` column indicates the number of containers in each pod -- the pods with a name ending with `-ip-172-31-XX-YY` are the master components +- the pods with a name ending with `-node1` are the master components
(they have been specifically "pinned" to the master node)