Skip to content

Commit

Permalink
use kubectl apply -k # (#1495)
Browse files Browse the repository at this point in the history
`kubectl apply -f ` is executed failed.  ref: #1494
  • Loading branch information
o3o3o authored and Liujingfang1 committed Sep 5, 2019
1 parent f87edc8 commit 6fcb784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/helloWorld/README.md
Expand Up @@ -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`
Expand Down

0 comments on commit 6fcb784

Please sign in to comment.