From 99efd6995a7e4f9b1b56c4d9e27cedb32fe4431d Mon Sep 17 00:00:00 2001 From: Tony Jin Date: Fri, 6 Sep 2024 15:05:07 -0700 Subject: [PATCH] docs: fix kubectl command --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98e4e84d4..a26c8e62d 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ This tool is sponsored by [sig-cli] ([KEP]). To find the kustomize version embedded in recent versions of kubectl, run `kubectl version`: ```sh -> kubectl version --short --client -Client Version: v1.26.0 -Kustomize Version: v4.5.7 +> kubectl version --client +Client Version: v1.31.0 +Kustomize Version: v5.4.2 ``` The kustomize build flow at [v2.0.3] was added