Skip to content

Commit a0fcd1e

Browse files
authored
Remove reference to kubectl version --short from issue template (kube-rs#1623)
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 <[email protected]>
1 parent 568c4df commit a0fcd1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ body:
2929
description: |
3030
What type of kubernetes cluster you are running aginst (k3s/eks/aks/gke/other) and what is OS in your `Dockerfile`?
3131
placeholder: |
32-
Output of `kubectl version --short`
32+
Output of `kubectl version`
3333
Dockerfile OS
3434
validations:
3535
required: true

0 commit comments

Comments
 (0)