Fixed a typo

pull/322/head
Anand Sharma 2018-02-25 11:47:46 -05:00 committed by GitHub
parent 75377e73e0
commit ca97d57990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: