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

Currently, ASM Submodule is not supported / managed anymore by ASM team. Highly recommending customers using GKEHub TF module to install ASM.

This adds the possibility to configure what monitoring components should be enabled for the safer cluster variants.

Enabling the GKE backup option for auto-pilot clusters, which is now GA.

- Adds `monitoring_enable_observability_relay` as per [google_container_cluster](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#enable_relay). - Change `logmon_config_is_set` to check for _observability_ inputs as well. - fixes https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/issues/1892 - Sets the following inputs to `null` instead of `false` to...

### TL;DR The current Kubernetes Engine module lacks the ability to directly filter events when configuring cluster notifications. This can lead to increased costs when using Pub/Sub to filter events...

enhancement

### TL;DR Autopilot disables access to kube-system namespace. Thus the current approach to apply the ip-masq configmap does not work. ### Expected behavior I'd expect to see the EgressNATPolicy being...

bug

### TL;DR No changes are detected when adding `monitoring_enable_observability_metrics` and/or `monitoring_observability_metrics_relay_mode` to an existing `private-cluster` module to enable/disable Dataplane V2 Observability. ### Expected behavior Setting the following: ```HCL monitoring_enable_observability_metrics =...

bug