Added pod name in run command

Added "node-hello" in the run command to give the pod a name. Command will not execute w/o a pod name.
This commit is contained in:
Lee Calcote
2017-03-12 20:44:59 -05:00
committed by Andrew Chen
parent d1b975da52
commit 221454da15
@@ -13,7 +13,7 @@ This page shows how to use an HTTP proxy to access the Kubernetes API.
* If you do not already have an application running in your cluster, start
a Hello world application by entering this command:
kubectl run --image=gcr.io/google-samples/node-hello:1.0 --port=8080
kubectl run node-hello --image=gcr.io/google-samples/node-hello:1.0 --port=8080
{% endcapture %}