diff --git a/docs/10-smoke-test.md b/docs/10-smoke-test.md index 376901b..fa8cc4e 100644 --- a/docs/10-smoke-test.md +++ b/docs/10-smoke-test.md @@ -8,10 +8,6 @@ This lab walks you through a quick smoke test to make sure things are working. kubectl run nginx --image=nginx --port=80 --replicas=3 ``` -``` -deployment "nginx" created -``` - ``` kubectl get pods -o wide ``` @@ -26,10 +22,6 @@ nginx-158599303-rfhm3 1/1 Running 0 13s 10.200.0.2 wo kubectl expose deployment nginx --type NodePort ``` -``` -service "nginx" exposed -``` - > Note that --type=LoadBalancer will not work because we did not configure a cloud provider when bootstrapping this cluster. Grab the `NodePort` that was setup for the nginx service: