Skip to content

Commit 99efd69

Browse files
committed
docs: fix kubectl command
1 parent b7cdd91 commit 99efd69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ This tool is sponsored by [sig-cli] ([KEP]).
2323
To find the kustomize version embedded in recent versions of kubectl, run `kubectl version`:
2424

2525
```sh
26-
> kubectl version --short --client
27-
Client Version: v1.26.0
28-
Kustomize Version: v4.5.7
26+
> kubectl version --client
27+
Client Version: v1.31.0
28+
Kustomize Version: v5.4.2
2929
```
3030

3131
The kustomize build flow at [v2.0.3] was added

0 commit comments

Comments
 (0)