Skip to content

Commit

Permalink
fix cilium kubeProxyReplacement (#336)
Browse files Browse the repository at this point in the history
This PR fixes regression introduced by
#322

Tenant clusters have `kubeProxyReplacement` disabled, must be enabled
  • Loading branch information
kvaps authored Sep 6, 2024
1 parent 59a4e08 commit b537cc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/system/cilium/values-kubeovn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ cilium:
sctp:
enabled: true
autoDirectNodeRoutes: false
kubeProxyReplacement: true
bpf:
masquerade: false
cni:
Expand Down
1 change: 1 addition & 0 deletions packages/system/cilium/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cilium:
kubeProxyReplacement: true
hubble:
enabled: false
externalIPs:
Expand Down

0 comments on commit b537cc0

Please sign in to comment.