use kubectl apply -k # (#1495)

`kubectl apply -f ` is executed failed.  ref: #1494
This commit is contained in:
Michael
2019-09-06 00:27:40 +08:00
committed by Jingfang Liu
parent f87edc8c67
commit 6fcb78403f

View File

@@ -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`