From ca97d579909c711010059702923b4638adfa4719 Mon Sep 17 00:00:00 2001 From: Anand Sharma Date: Sun, 25 Feb 2018 11:47:46 -0500 Subject: [PATCH] Fixed a typo --- docs/13-smoke-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/13-smoke-test.md b/docs/13-smoke-test.md index 3ce7f0f..49a1278 100644 --- a/docs/13-smoke-test.md +++ b/docs/13-smoke-test.md @@ -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: