From 4b85da455fb3deb7be6bf6ceb90ad5f67a0c9eac Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Sun, 13 May 2018 23:43:46 +0000 Subject: [PATCH] update docs --- docs/09-bootstrapping-kubernetes-workers.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/09-bootstrapping-kubernetes-workers.md b/docs/09-bootstrapping-kubernetes-workers.md index 0d3593d..c9204f8 100644 --- a/docs/09-bootstrapping-kubernetes-workers.md +++ b/docs/09-bootstrapping-kubernetes-workers.md @@ -287,10 +287,14 @@ sudo systemctl start containerd kubelet kube-proxy ## Verification -Login to one of the controller nodes: +> The compute instances created in this tutorial will not have permission to complete this section. Run the following commands from the same machine used to create the compute instances. + +Print the Kubernetes nodes: ``` -gcloud compute ssh controller-0 +gcloud compute ssh controller-0 \ + --command="kubectl get nodes \ + --kubeconfig /var/lib/kubernetes/kube-controller-manager.kubeconfig" ``` List the registered Kubernetes nodes: