Lab 12: explicitly ssh to controller node at start

This commit is contained in:
Yoshua Wakeham
2018-05-08 18:46:30 -04:00
committed by GitHub
parent 4f5cecb5ed
commit 198e30df76

View File

@@ -4,6 +4,12 @@ In this lab you will deploy the [DNS add-on](https://kubernetes.io/docs/concepts
## The DNS Cluster Add-on
SSH onto one of the controller nodes:
```
gcloud compute ssh controller-0
```
Deploy the `kube-dns` cluster add-on:
```