Add DNS workaround for GKE ingress DNS derps.
This commit is contained in:
parent
e997d46ba0
commit
986100869d
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue