mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
use kubectl apply -k # (#1495)
`kubectl apply -f ` is executed failed. ref: #1494
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user