Add DNS workaround for GKE ingress DNS derps.

This commit is contained in:
Scott Williams 2025-07-23 14:39:24 -07:00
commit 986100869d

View file

@ -29,3 +29,14 @@ targetCustomizations:
clusterSelector:
matchLabels:
env: rancher
- name: gke
helm:
values:
podDnsConfig:
nameservers:
- 1.1.1.1
- 8.8.8.8
podDnsPolicy: None
clusterSelector:
matchLabels:
provider.cattle.io: gke