talhelper
talhelper copied to clipboard
Add config to disable kube-proxy
There isn't a way to disable kube-proxy, as doucmented in the Talos Cilium documentation.
https://www.talos.dev/v1.6/kubernetes-guides/network/deploying-cilium/#machine-config-preparation
cluster:
network:
cni:
name: custom
urls:
- https://server.yourdomain.tld/some/path/cilium.yaml
proxy:
disabled: true
You can use patches
like this:
patches:
- |-
cluster:
proxy:
disabled: true
@budimanjojo @szechyjs this seems to be resolved. I'll close it as fixed for now. Feel free to reopen it if there are any further issues on the topic