-
Notifications
You must be signed in to change notification settings - Fork 551
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
add check support k8s version #2259
Conversation
@bzd111 Thanks for this contributions ! /lgtm |
LGTM label has been added. Git tree hash: c709e08c77fa6653d0b3098a3aaba085b34a66c7
|
Quality Gate passedIssues Measures |
@pixiake |
/lgtm |
LGTM label has been added. Git tree hash: d1da0388aa5532413a20db1f3a62f6bbd47b7282
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bzd111, pixiake The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Use the following command to create a cluster:
kk create cluster -f cluster.yaml
.If a Kubernetes version specified in cluster.yaml is not found in versions/components.json, the installation process should terminate. Instead of exiting after a failed SHA256 comparison following the download.
What type of PR is this?
/kind feature
Optionally add one or more of the following kinds if applicable:
/kind flake
What this PR does / why we need it:
Check the supported k8s versions and terminate early in the precheck.
Special notes for reviewers:
Does this PR introduced a user-facing change?