Lab 12: explicitly ssh to controller node at start

pull/342/head
Yoshua Wakeham 2018-05-08 18:46:30 -04:00 committed by GitHub
parent 4f5cecb5ed
commit 198e30df76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

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