Skip to content

Commit

Permalink
test: set kubeProxyReplacement=probe for upstream k8s tests
Browse files Browse the repository at this point in the history
Running with kube-proxy-replacement=disabled fails e2e tests for k8s
conformance tests. Therefore we should enable kpr until the underlying
issue is fixed.

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed May 17, 2021
1 parent e95a201 commit db549bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/kubernetes-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ helm template --validate install/kubernetes/cilium \
--set ipv4.enabled=true \
--set ipv6.enabled=true \
--set identityChangeGracePeriod="0s" \
--set kubeProxyReplacement=probe \
> cilium.yaml

kubectl apply -f cilium.yaml
Expand Down

0 comments on commit db549bc

Please sign in to comment.