From 501464ab37bb59294fd5c629c0bbc3af94d67e22 Mon Sep 17 00:00:00 2001 From: William Morgan Date: Tue, 23 Apr 2024 10:17:08 -0500 Subject: [PATCH] remove deprecated --short arg to kubectl version As of Kubernetes 1.27, the `--short` arg to kubectl version is deprecated and prints a warning. As of Kubernetes 1.28, using it results in an error. Signed-off-by: William Morgan --- linkerd.io/content/2-edge/getting-started/_index.md | 2 +- linkerd.io/content/2.15/getting-started/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linkerd.io/content/2-edge/getting-started/_index.md b/linkerd.io/content/2-edge/getting-started/_index.md index 2f85902645..861517e7ad 100644 --- a/linkerd.io/content/2-edge/getting-started/_index.md +++ b/linkerd.io/content/2-edge/getting-started/_index.md @@ -42,7 +42,7 @@ more](https://kubernetes.io/docs/setup/).) Validate your Kubernetes setup by running: ```bash -kubectl version --short +kubectl version ``` You should see output with both a `Client Version` and `Server Version` diff --git a/linkerd.io/content/2.15/getting-started/_index.md b/linkerd.io/content/2.15/getting-started/_index.md index 4083e74f3a..3adedd5f40 100644 --- a/linkerd.io/content/2.15/getting-started/_index.md +++ b/linkerd.io/content/2.15/getting-started/_index.md @@ -38,7 +38,7 @@ more](https://kubernetes.io/docs/setup/).) Validate your Kubernetes setup by running: ```bash -kubectl version --short +kubectl version ``` You should see output with both a `Client Version` and `Server Version`