Fixed a typo

This commit is contained in:
Anand Sharma
2018-02-25 11:47:46 -05:00
committed by GitHub
parent 75377e73e0
commit ca97d57990

View File

@@ -16,7 +16,7 @@ kubectl create secret generic kubernetes-the-hard-way \
Print a hexdump of the `kubernetes-the-hard-way` secret stored in etcd from `controller-0`:
```
gcloud compute ssh controller-0 -C
gcloud compute ssh controller-0
```
Once you have logged in, run the following command: