From fd677f635e639436f54dbbca21ad1c625bb1743c Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Sun, 22 Nov 2020 21:01:28 -0800 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 56accb523..22c0be8ea 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,20 @@ This tool is sponsored by [sig-cli] ([KEP]). ## kubectl integration -Since [v1.14][kubectl announcement] the kustomize build system has been included in kubectl. +The kustomize build flow at [v2.0.3] was added +to [kubectl v1.14][kubectl announcement]. The kustomize +flow in kubectl has remained frozen at v2.0.3 while work +to extract kubectl from the k/k repo, and work to remove +kustomize's dependence on core k/k code ([#2506]) has proceeded. +The reintegration effort is tracked in [#1500] (and its blocking +issues). -| kubectl version | kustomize version | -|---------|--------| -| v1.16.0 | [v2.0.3](/../../tree/v2.0.3) | -| v1.15.x | [v2.0.3](/../../tree/v2.0.3) | -| v1.14.x | [v2.0.3](/../../tree/v2.0.3) | +[v2.0.3]: /../../tree/v2.0.3 +[#2506]: https://github.com/kubernetes-sigs/kustomize/issues/2506 +[#1500]: https://github.com/kubernetes-sigs/kustomize/issues/1500 -For examples and guides for using the kubectl integration please see the [kubectl book] or the [kubernetes documentation]. +For examples and guides for using the kubectl integration please +see the [kubectl book] or the [kubernetes documentation]. ## Usage