fix: disable kube proxy for cilium
This commit is contained in:
parent
477a954716
commit
cc0ceb700d
|
|
@ -233,6 +233,7 @@ controlPlane:
|
|||
etcd:
|
||||
advertisedSubnets:
|
||||
- ${network_cidr}
|
||||
proxy: {}
|
||||
proxy:
|
||||
disabled: true
|
||||
discovery:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue