Commit a62708e2 authored by Robert Bailey's avatar Robert Bailey

Replace kubectl.sh with kubectl in the liveness example.

parent ebeb1044
...@@ -37,7 +37,7 @@ This [guide](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examp ...@@ -37,7 +37,7 @@ This [guide](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examp
To show the health check is actually working, first create the pods: To show the health check is actually working, first create the pods:
``` ```
# kubectl create -f exec-liveness.yaml # kubectl create -f exec-liveness.yaml
# cluster/kbuectl.sh create -f http-liveness.yaml # kubectl create -f http-liveness.yaml
``` ```
Check the status of the pods once they are created: Check the status of the pods once they are created:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment