forseti-security / terraform-google-forseti

A Terraform module for installing Forseti on GCP
Apache License 2.0
132 stars 126 forks source link

helm release forseti security timeout #634

Closed Endriuz1805 closed 2 years ago

Endriuz1805 commented 3 years ago

Hi i am unable to deploy forseti on GKE from within the on_gke_end_to_end example.

terraform {
  required_version = ">= 0.12"
  required_providers {
    google      = "~> 3.52.0"
    google-beta = "~> 3.52.0"
    helm        = "= 0.10.4"
    http        = "~> 1.1.0"
    kubernetes  = "~> 1.10.0"
    local       = "~> 1.4.0"
    tls         = "~> 2.1.1"
  }
}

Error: timeout while waiting for state to become 'Running' (last state: 'Pending', timeout: 5m0s)

  on ../../modules/on_gke/main.tf line 221, in resource "helm_release" "forseti-security":
 221: resource "helm_release" "forseti-security" {
leylmordor commented 3 years ago

Hi i am unable to deploy forseti on GKE from within the on_gke_end_to_end example.

terraform {
  required_version = ">= 0.12"
  required_providers {
    google      = "~> 3.52.0"
    google-beta = "~> 3.52.0"
    helm        = "= 0.10.4"
    http        = "~> 1.1.0"
    kubernetes  = "~> 1.10.0"
    local       = "~> 1.4.0"
    tls         = "~> 2.1.1"
  }
}

Error: timeout while waiting for state to become 'Running' (last state: 'Pending', timeout: 5m0s)

  on ../../modules/on_gke/main.tf line 221, in resource "helm_release" "forseti-security":
 221: resource "helm_release" "forseti-security" {

any luck with this ? This is due to tiller I'm guessing

leylmordor commented 3 years ago

@Endriuz1805 In order to fix this, you need to change the helm provider version and comment out few lines as it is no longer required.

amanthewinner commented 2 years ago

@leylmordor which lines did you have to comment out?

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.