Skip to content

Commit

Permalink
Remove reference to kubectl version --short from issue template
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nightkr authored Oct 31, 2024
1 parent 568c4df commit 06fcd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06fcd96

Please sign in to comment.