terraform-google-kubernetes-engine icon indicating copy to clipboard operation
terraform-google-kubernetes-engine copied to clipboard

Configures opinionated GKE clusters

Results 237 terraform-google-kubernetes-engine issues
Sort by recently updated
recently updated
newest added

### TL;DR Only if `cluster_dns_provider` is set to "CLOUD_DNS" it is actually applied. Other [valid values](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/c81c2fec943df1d891495b2afe89b9904203a585/modules/private-cluster/variables.tf#L519C64-L519C114) would be "PROVIDER_UNSPECIFIED" or "PLATFORM_DEFAULT". Setting the variable to those values doesn't have any...

bug

This pull request fixes issue #1783 where `cloud_dns_provider` only gets applied when it is set to `CLOUD_DNS`.

### TL;DR I would like to be able to set the `tpu_topology` field of the `placement_policy` block. ### Terraform Resources _No response_ ### Detailed design _No response_ ### Additional information...

enhancement

### TL;DR The private_cluster_config.master_ipv4_cidr_block and private_cluster_config.private_endpoint_subnetwork values aren't recognised by Terraform after deploying a GKE cluster. ### Expected behavior I'd expect Terraform to be aware of all the resources created...

bug

### Description This pull request addresses issue #1808, which pertains to the generation of random suffixes for service account names even when create_service_account is set to false. The changes ensure...

### TL;DR Automatically configures your linked StatefulSet to use regional Persistent Disks ### Terraform Resources _No response_ ### Detailed design _No response_ ### Additional information [Documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/stateful-ha#enable)

enhancement

This PR adds a section about multiple clusters using the Kubernetes provider. This is more general Terraform knowledge, rather than module-specific, but this was still the first time I'd encountered...

### TL;DR Log config for the firewall rules created by the module doesn't seem to be configurable, plus if we enable the logs via GUI and excluding the metadata the...

enhancement