-
Notifications
You must be signed in to change notification settings - Fork 143
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
Mismatch kubernetes_version for vultr #2261
Comments
I have created pull request to |
@Seven45: thanks for the report. Vultr is still in beta, and we didn't give it love for a while, so they probably discontinued the version we were using. |
Howdy all, I was just attempting to create things in Vultr today and got the same issue. Similar logs with the main culprit being I have tried the 3 most recent releases of Kubefirst and noted the same issue, including the most recent Screenshot of Vultr versions if you were to create a cluster in the Vultr UI:
|
I actually just bumped the version in |
Which version of kubefirst are you using?
v2.4.16
Which cloud provider?
Vultr
Which DNS?
Cloud ones (default)
Which installation type?
UI (Console app)
Which distributed Git provider?
GitHub
Did you use a fork of
gitops-template
?No
Which Operating System?
Linux
What is the issue?
Vultr only supports k8s versions:
1.30.0+1
,1.29.4+1
,1.28.9+1
. But when creating a kubefirst cluster, it creates a terraform manifest (gitops/terraform/vultr/main.tf
) with the linekubernetes_version = "v1.28.2+1"
That's why at the
Provisioning
stage I get an error at 50%:error creating kubernetes cluster: gave up after 4 attempts, last error: "{"error":"VKE server error: Could not add Vultr Kubernetes Engine: Invalid K8 version.","status":500}
Full logs from the
verbose
tab:Code of Conduct
The text was updated successfully, but these errors were encountered: