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:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user