Skip to content

Commit 5f679e9

Browse files
committed
Update KEP 2377
1 parent 621de99 commit 5f679e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keps/sig-cli/2377-Kustomize/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ better work with one another through transformation to a common format.
194194
## Implementation History
195195

196196
kustomize was implemented in the kubectl repo before subprojects became a first class thing in Kubernetes.
197-
The code has been fully implemented, but it must be moved to a proper location.
197+
It was later moved to its own repo: https://github.com/kubernetes-sigs/kustomize. It is published as an independent CLI, and `kustomize build` is also available as `kubectl kustomize`. Some kubectl subcommands (e.g. apply) support Kustomization input via the `-k` flag.
198198

199199
## Drawbacks
200200

0 commit comments

Comments
 (0)