Skip to content

Commit

Permalink
testing: Update kube-proxy-replacement flag values
Browse files Browse the repository at this point in the history
Partial and strict values are deprecating.

Relates: #26036
Signed-off-by: Tam Mach <tam.mach@cilium.io>
  • Loading branch information
sayboras committed Jan 30, 2024
1 parent 96190a0 commit dd267a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conformance-k8s-network-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
--wait \
--namespace kube-system \
--set nodeinit.enabled=true \
--set kubeProxyReplacement=true \
--set kubeProxyReplacement=false \
--set socketLB.enabled=false \
--set externalIPs.enabled=true \
--set nodePort.enabled=true \
Expand Down
2 changes: 1 addition & 1 deletion contrib/testing/kind-egressgw-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bpf:
masquerade: true
kubeProxyReplacement: "strict"
kubeProxyReplacement: "true"
l7Proxy: false
egressGateway:
enabled: true

0 comments on commit dd267a8

Please sign in to comment.