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

This example can now be readily used with out any issues.

### TL;DR Add support for the new cost allocation feature ### Terraform Resources _No response_ ### Detailed design _No response_ ### Additional information The [latest 4.35.0 release of the Google...

enhancement
good first issue
triaged

Related to #1279 & #1356 - this aims to allow users to define **both** a release channel to use as well as a defined version of kubernetes.

### TL;DR Hey :) I have a problem with the workload identity module, it keeps recreates everytime I add or remove SA from my loop ### Expected behavior update the...

bug

### TL;DR ``` Error: googleapi: Error 400: The Cloud Run on GKE addon is not available for version 1.23.9-gke.900; the addon requires you to use minor version 1.22 or older.,...

bug
triaged
breaking

### TL;DR So when I run the fleet module it doesn't have access to my GKE clusters with the service account it is using. But I see no way of...

bug

### TL;DR When running `atlantis apply`, the plan shows an update in the cluster: ``` # module.platform_eng_environments.module.plato_ziniz_instance.module.gke.google_container_cluster.primary will be updated in-place ~ resource "google_container_cluster" "primary" { id = "projects/plato-ziniz-103365/locations/us-central1/clusters/ziniz-plato" name...

bug
upstream
triaged

### TL;DR It is not possible to create GKE cluster with multiple node pools at once. It only works if we create GKE cluster with one node pool, and later...

bug
question
triaged

### TL;DR Currently the module requires 'name' to be specified but container_node_pool supports an alternative via `name_prefix` to allow for node pool's to be created with a prefix and a...

enhancement
triaged

### TL;DR `master_global_access_config` and probably some other fields shouldn't be in beta since they have been promoted to GA long ago (until 4.0.0 release, which is the oldest entry in...

enhancement
good first issue
triaged
P3