diff --git a/README.md b/README.md index 0efbb13a1..631a5b580 100644 --- a/README.md +++ b/README.md @@ -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