add note for availability in kubectl

This commit is contained in:
Jingfang Liu
2019-03-28 15:22:49 -07:00
parent c3700e0c88
commit 53a22cbe9b

View File

@@ -20,6 +20,11 @@ inspired by [DAM].
page], or see these [install] notes. Then try one of
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