File tree Expand file tree Collapse file tree
v1.8/kubernetes-guides/network
v1.9/kubernetes-guides/network Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -389,6 +389,11 @@ The above can be combined exchanged with for example Method 3 to host arbitrary
389389- There are some gotchas when using Talos and Cilium on the Google cloud platform when using internal load balancers.
390390For more details : [GCP ILB support / support scope local routes to be configured](https://github.com/siderolabs/talos/issues/4109)
391391
392+ - When using Talos `forwardKubeDNSToHost=true` option (which is enabled by default) in combination with cilium `bpf.masquerade=true`.
393+ There is a known issue that causes `CoreDNS` to not work correctly.
394+ As a workaround, configuring `forwardKubeDNSToHost=false` resolves the issue.
395+ For more details see [the discusssion here](https://github.com/siderolabs/talos/pull/9200)
396+
392397# # Other things to know
393398
394399- After installing Cilium, `cilium connectivity test` might hang and/or fail with errors similar to
Original file line number Diff line number Diff line change @@ -389,6 +389,11 @@ The above can be combined exchanged with for example Method 3 to host arbitrary
389389- There are some gotchas when using Talos and Cilium on the Google cloud platform when using internal load balancers.
390390For more details : [GCP ILB support / support scope local routes to be configured](https://github.com/siderolabs/talos/issues/4109)
391391
392+ - When using Talos `forwardKubeDNSToHost=true` option (which is enabled by default) in combination with cilium `bpf.masquerade=true`.
393+ There is a known issue that causes `CoreDNS` to not work correctly.
394+ As a workaround, configuring `forwardKubeDNSToHost=false` resolves the issue.
395+ For more details see [the discusssion here](https://github.com/siderolabs/talos/pull/9200)
396+
392397# # Other things to know
393398
394399- After installing Cilium, `cilium connectivity test` might hang and/or fail with errors similar to
You can’t perform that action at this time.
0 commit comments