Christopher Markieta
Christopher Markieta
+1 this but it seems the project is dead.
> I can't reproduce this on the Chrome Version 120.0.6099.199 (Official Build) (x86_64) and macos, nor have noticed it on previous versions. Is there anything particular about your setup that...
Started noticing this too, particularly on a smaller cluster with fewer nodes where it is more likely pods with the same named port (e.g., `metrics`) land on the same node....
Workaround in the meantime: Manually delete the `-https-redirect` entries (one-by-one) in [Load balancing](https://console.cloud.google.com/net-services/loadbalancing/list/loadBalancers) then re-run `terraform apply` to recreate the HTTP frontend configs.
Hope my commits struggling to rebase/merge is not a problem. :sweat_smile: Should be good to test now.
I wasn't able to replicate the issue with `docker_test_integration` but I think I know what's going wrong. I've replaced `"enableRelay": false` with `"enableMetrics": false` as the latter is [required](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#advanced_datapath_observability_config) by...
Made a [PR](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/pull/1894) that identifies my issue.