terraform-google-kubernetes-engine
terraform-google-kubernetes-engine copied to clipboard
Configures opinionated GKE clusters
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...
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...
### 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.,...
### 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...
### 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...
### 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...
### 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...
### 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...