Giter Club home page Giter Club logo

Comments (10)

zioproto avatar zioproto commented on July 17, 2024 1

I do have the same problem. I think 8be6a89 introduced a regression.

This is the relevant part of my Terraform plan:

-/+ module.gke.google_container_node_pool.pools (new resource required)
      id:                                                     "europe-west4/sproto/default-node-pool" => <computed> (forces new resource)
      autoscaling.#:                                          "1" => "1"
      autoscaling.0.max_node_count:                           "100" => "100"
      autoscaling.0.min_node_count:                           "1" => "1"
      cluster:                                                "sproto" => "sproto"
      initial_node_count:                                     "1" => "1"
      instance_group_urls.#:                                  "3" => <computed>
      location:                                               "europe-west4" => <computed>
      management.#:                                           "1" => "1"
      management.0.auto_repair:                               "true" => "true"
      management.0.auto_upgrade:                              "true" => "true"
      max_pods_per_node:                                      "110" => <computed>
      name:                                                   "default-node-pool" => "default-node-pool"
      name_prefix:                                            "" => <computed>
      node_config.#:                                          "1" => "1"
      node_config.0.disk_size_gb:                             "100" => "100"
      node_config.0.disk_type:                                "pd-standard" => "pd-standard"
      node_config.0.guest_accelerator.#:                      "0" => "1" (forces new resource)
      node_config.0.guest_accelerator.0.count:                "" => "0" (forces new resource)

from terraform-google-kubernetes-engine.

morgante avatar morgante commented on July 17, 2024

This looks like it's caused by #114. Could you try the latest master version and confirm if you're still seeing the issue?

from terraform-google-kubernetes-engine.

g0blin79 avatar g0blin79 commented on July 17, 2024

Tryed to use master version but I have another error (see: #27 (comment)).
Waiting

from terraform-google-kubernetes-engine.

zioproto avatar zioproto commented on July 17, 2024

I confirm that using tag v2.1.0 where that commit is not present, I cant reproduce the issue.

from terraform-google-kubernetes-engine.

zioproto avatar zioproto commented on July 17, 2024

@alexkonkin please check the above comments. Looks like #157 introduced a regression.
thank you

from terraform-google-kubernetes-engine.

morgante avatar morgante commented on July 17, 2024

I'm guessing this is an upstream provider issue, I have opened a provider bug: hashicorp/terraform-provider-google#3786

from terraform-google-kubernetes-engine.

g0blin79 avatar g0blin79 commented on July 17, 2024

Resolved for me with these providers:

provider "google" {
  credentials = "${file("/path/to/credentials.json")}"
  project = "${var.project_id}"
  region = "${var.region}"
  zone = "${var.zone}"
  version = "~> 2.7"
}

provider "google-beta" {
  credentials = "${file("/path/to/credentials.json")}"
  project = "${var.project_id}"
  region = "${var.region}"
  zone = "${var.zone}"
  version = "~> 2.7"
}

in 2.1.0 version of this module.

from terraform-google-kubernetes-engine.

morgante avatar morgante commented on July 17, 2024

@g0blin79 Can you confirm that master is currently working for you as well?

from terraform-google-kubernetes-engine.

g0blin79 avatar g0blin79 commented on July 17, 2024

Yes it does. I created a zonal cluster two weeks ago with that providers versions and with the 2.1.0 version of this module and it is working.

from terraform-google-kubernetes-engine.

morgante avatar morgante commented on July 17, 2024

Excellent, thank you.

from terraform-google-kubernetes-engine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.