From 6fcb78403f196f3cd71b981a4af956bd39d9c3f6 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 6 Sep 2019 00:27:40 +0800 Subject: [PATCH] use `kubectl apply -k` # (#1495) `kubectl apply -f ` is executed failed. ref: #1494 --- examples/helloWorld/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helloWorld/README.md b/examples/helloWorld/README.md index 59ce9796b..fcd36bb4c 100644 --- a/examples/helloWorld/README.md +++ b/examples/helloWorld/README.md @@ -78,7 +78,7 @@ One could immediately apply these resources to a cluster: > ``` -> kubectl apply -f $DEMO_HOME/base +> kubectl apply -k $DEMO_HOME/base > ``` to instantiate the _hello_ service. `kubectl`