mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-11-16 13:09:43 +03:00
Lab 12: explicitly ssh to controller node at start
This commit is contained in:
@@ -4,6 +4,12 @@ In this lab you will deploy the [DNS add-on](https://kubernetes.io/docs/concepts
|
|||||||
|
|
||||||
## The DNS Cluster Add-on
|
## The DNS Cluster Add-on
|
||||||
|
|
||||||
|
SSH onto one of the controller nodes:
|
||||||
|
|
||||||
|
```
|
||||||
|
gcloud compute ssh controller-0
|
||||||
|
```
|
||||||
|
|
||||||
Deploy the `kube-dns` cluster add-on:
|
Deploy the `kube-dns` cluster add-on:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user