Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(min_k8s_version): Remove --short flag for kubectl version #520

Closed
wants to merge 1 commit into from
Closed

fix(min_k8s_version): Remove --short flag for kubectl version #520

wants to merge 1 commit into from

Conversation

hiohiohio
Copy link

@hiohiohio hiohiohio commented Aug 18, 2023

Context:

Error in local: command "kubectl version --short" failed.
error: exit status 1
stdout: ""
stderr: "error: unknown flag: --short\nSee 'kubectl version --help' for usage.\n"

Changes:

  • removed --short flag for kubectl version in min_k8s_version
  • min_k8s_version requires kubectl v1.28+

Signed-off-by: Chihiro Hio <chihiro.hio@gmail.com>
@nicks
Copy link
Member

nicks commented Aug 23, 2023

Thanks! I'm going to close this as duplicating #521, which handles backwards compatibility a little better

@nicks nicks closed this Aug 23, 2023
@nicks nicks added the duplicate This issue or pull request already exists label Aug 23, 2023
@hiohiohio hiohiohio deleted the fix-min-k8s-version-kubectl-version-short branch August 24, 2023 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants