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 ```