terraform-google-kubernetes-engine
terraform-google-kubernetes-engine copied to clipboard
Configures opinionated GKE clusters
### TL;DR A _possibly_ unneeded/unused resource is created when calling the module and _it's the only one_ created as part of that module call (`enabled = false` because defaults are...
When using the cluster_autoscaling, the node_pool get auto created only when the default node_pool exists. If the default node_pool is created and then deleted with cluster creation, the node auto-provisioning...
Is there a specific reason why the `remove_default_node_pool` variable is set to `false` by default? Given that the `default-node-pool` node pool is set up by default, it seems to me...
It's not beta anymore.
### TL;DR Whenever we try to update initial_node_count variable, terrafrom plan and apply did not show any changes ### Expected behavior initial_node_count must be updated through terraform ### Observed behavior...
### TL;DR When attempting to use this module with and existing SA's the module's null object command for kubectl anontate fails the command succeeds on the command line. Claim annotate...
### TL;DR All other resource types and TF modules I've run across for GCP use a map type when defining labels. Instead, the 'hub' submodule appears to require a comma...
### Summary The [intra-cluster egress firewall rule](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/14a0536bbcfeb89dc1af21f8fef0cb46affdc52e/autogen/main/firewall.tf.tmpl#L24-L65) appears to depend on `google_container_cluster.primary`. This means it will not be created until _after_ the default node pool is created and deleted. If...
I'm trying to bring up a [`safer-cluster`](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/modules/safer-cluster) in a Shared VPC network roughly based on the [`terraform-example-foundation/3-networks`](https://github.com/terraform-google-modules/terraform-example-foundation/tree/master/3-networks) approach. In this VPC network, access to private Google APIs is configured with:...
### TL;DR Terraform chokes with `Error: Inconsistent conditional result types` when trying to compute `gcp_service_account` output in `workload-identity/output.tf`. ### Expected behavior _No response_ ### Observed behavior The full error message...