Skip to content

Commit bea05f5

Browse files
mentos1386smira
authored andcommitted
docs: update deploying-cilium.md
Adding note about this issue: #9200 (comment) Signed-off-by: Tine Jozelj <tine@tjo.space> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 284ab11 commit bea05f5

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

website/content/v1.8/kubernetes-guides/network/deploying-cilium.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
390390
For 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

website/content/v1.9/kubernetes-guides/network/deploying-cilium.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
390390
For 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

0 commit comments

Comments
 (0)