From a0ac7f91a3f394e3383437b151cebf3bd1e13fa4 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Thu, 7 Jul 2016 15:19:49 -0700 Subject: [PATCH] update docs --- docs/smoke-test.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/smoke-test.md b/docs/smoke-test.md index 172249b..b2b7b4b 100644 --- a/docs/smoke-test.md +++ b/docs/smoke-test.md @@ -4,9 +4,6 @@ This lab walks you through a quick smoke test to make sure things are working. ## Test -``` -``` - ``` kubectl run nginx --image=nginx --port=80 --replicas=3 ```