pull/342/merge
Yoshua Wakeham 2018-05-08 22:46:56 +00:00 committed by GitHub
commit 04cf5f07d2
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:
```