-
Notifications
You must be signed in to change notification settings - Fork 343
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
Rancher 2.6 deployment failure #182
Comments
The quickstarts have not been updated to 2.6.0 yet, because there is no support for 2.6.0 in the terraform provider as well: rancher/terraform-provider-rancher2#711 |
@bashofmann Thank you for the quick update. Any estimated time to support Rancher 2.6.0? Some more questions:
Thank you in advance. :) |
Any update about this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have some questions regarding the Rancher GCP quickstart guide
https://rancher.com/docs/rancher/v2.6/en/quick-start-guide/deployment/google-gcp-qs/
terraform.tfvars
file, the created Rancher server version is2.5.7
(the default version according tovariables.tf
file).The deployment is failed when I update the
terraform.tfvars
file to use the most recent Rancher version2.6.0
.Here are the
terrafrom.tfvars
configurations that create Rancher2.5.7
:And here is the updated configurations to create Rancher 2.6.0:
The error message was shown after executing
terraform apply --auto-approve
command from the Google Cloud Shell is:Notice that I cannot determine the best value for
docker_version
,rke_kubernetes_version
, andworkload_kubernetes_version
as there is no support matrix yet for Rancher2.6.0
in thehttps://rancher.com/support-maintenance-terms/all-supported-versions/rancher-v2.5.9/
support matrix guide. The latest version there is 2.5.9.Is there any plans to extend this project to create Rancher HA environment on GCP?
What is the current status of using SLES instead of Ubuntu?
The text was updated successfully, but these errors were encountered: