mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
add note for availability in kubectl
This commit is contained in:
@@ -20,6 +20,11 @@ inspired by [DAM].
|
|||||||
page], or see these [install] notes. Then try one of
|
page], or see these [install] notes. Then try one of
|
||||||
the tested [examples].
|
the tested [examples].
|
||||||
|
|
||||||
|
**Note** Kustomize is now available on kubectl v1.14 and can be used by specifying a directory containing a `kustomization.yaml`:
|
||||||
|
```shell
|
||||||
|
kubectl apply -k dir/
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user