talhelper icon indicating copy to clipboard operation
talhelper copied to clipboard

Add config to disable kube-proxy

Open szechyjs opened this issue 10 months ago • 1 comments

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

szechyjs avatar Mar 24 '24 20:03 szechyjs

You can use patches like this:

patches:
  - |-
     cluster:
       proxy:
         disabled: true

budimanjojo avatar Mar 25 '24 03:03 budimanjojo

@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

mircea-pavel-anton avatar May 22 '24 15:05 mircea-pavel-anton