From a0fcd1ebc1f4d02b0ee62a3a7d62100157e10ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natalie=20Klestrup=20R=C3=B6ijezon?= Date: Thu, 31 Oct 2024 14:19:43 +0100 Subject: [PATCH] Remove reference to kubectl version --short from issue template (#1623) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The --short flag was removed a while ago, kubectl v1.30.2 just gives an unknown flag error. Signed-off-by: Natalie Klestrup Röijezon --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index dbd343c52..3d7cd082b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -29,7 +29,7 @@ body: description: | What type of kubernetes cluster you are running aginst (k3s/eks/aks/gke/other) and what is OS in your `Dockerfile`? placeholder: | - Output of `kubectl version --short` + Output of `kubectl version` Dockerfile OS validations: required: true