rancher / quickstart

381 stars 336 forks source link

rancher2 v1.8+ is not compatible with aws quickstart #61

Closed matt-land closed 4 years ago

matt-land commented 4 years ago
terraform apply --auto-approve
module.rancher_common.data.helm_repository.rancher_stable: Refreshing state...
module.rancher_common.data.helm_repository.rancher_latest: Refreshing state...
module.rancher_common.data.helm_repository.jetstack: Refreshing state...
data.aws_ami.ubuntu: Refreshing state...

Error: Timeout, Rancher is not ready: <nil>

  on ../rancher-common/provider.tf line 44, in provider "rancher2":
  44: provider "rancher2" {

To fix, change rancher-common/provider.tf for rancher 2, in 2 places:

provider "rancher2" {
  version = "1.7.3"

Tested on darwin Terraform v0.12.24

rawmind0 commented 4 years ago

@matt-land, the problem with Rancher2 provider is just with version v1.8.2 due to low retries by default. v1.8.1 is working fine. v1.8.3 is coming today and address the issue.