Christopher Markieta
Christopher Markieta
Some issues/enhancement requests regarding the scrolling behavior: - [ ] **Smooth** scrolling is choppy in Chrome (works in Firefox). - [ ] Left navbar buttons should scroll to the top...
It would be nice to have a (home)page that displays the overall state of all clusters when using the multi-cluster setup: - [ ] Total violations of all clusters. -...
- 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 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 =...
### TL;DR Need an option for using `gke-gcloud-auth-plugin` instead of `gcp auth plugin` or short-lived access tokens. `use_auth_provider` fails on modern versions of GKE: ```bash error: The gcp auth plugin...