From 53a22cbe9b74f94a5a0a6552b980fda1cd3fc6c9 Mon Sep 17 00:00:00 2001 From: Jingfang Liu Date: Thu, 28 Mar 2019 15:22:49 -0700 Subject: [PATCH] add note for availability in kubectl --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0efbb13a19..631a5b5807 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