Lab 12: explicitly ssh to controller node at start
parent
4f5cecb5ed
commit
198e30df76
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue