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

context deadline exceeded #281

Closed
InTheCloudDan opened this issue May 21, 2019 · 1 comment
Closed

context deadline exceeded #281

InTheCloudDan opened this issue May 21, 2019 · 1 comment

Comments

@InTheCloudDan
Copy link

Terraform Version

Terraform v0.11.14

  • provider.helm v0.9.1
  • provider.kubernetes v1.6.2

Affected Resource(s)

  • helm_resource

Terraform Configuration Files

provider "helm" {
    install_tiller = "true"
}

resource "helm_release" "mydatabase" {
    name      = "mydatabase"
    chart     = "stable/mariadb"

    set {
        name  = "mariadbUser"
        value = "foo"
    }

    set {
        name = "mariadbPassword"
        value = "qux"
    }
}

Debug Output

https://gist.github.com/InTheCloudDan/ca8982a9e435ea3af3d3aa5395565351

Expected Behavior

It should have deployed the helm chart

Actual Behavior

  • helm_release.mydatabase: context deadline exceeded
    2019/05/21 11:26:33 [TRACE] [walkApply] Exiting eval tree: helm_release.mydatabase

Steps to Reproduce

  1. terraform apply

Important Factoids

Running MacOS. I saw the related localhost issue, but the version I'm using should be defaulting to 127.0.0.1

References

@InTheCloudDan
Copy link
Author

It was caused by this issue: #244

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant