update docs

pull/345/head
Kelsey Hightower 2018-05-13 23:43:46 +00:00
parent dbc61d640b
commit 4b85da455f
1 changed files with 6 additions and 2 deletions

View File

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