Skip to content

Commit

Permalink
Use latest cilium-cli that supports cilium 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Jul 19, 2023
1 parent 03ec68a commit 566d524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/scenarios/cilium-connectivity-test/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ ${KUBETEST2} \

kubectl port-forward -n kube-system deployment/hubble-relay 4245:4245 &

wget -qO- https://github.com/cilium/cilium-cli/releases/download/v0.7/cilium-linux-amd64.tar.gz | tar xz -C "${WORKSPACE}"
wget -qO- https://github.com/cilium/cilium-cli/releases/download/v0.14.8/cilium-linux-amd64.tar.gz | tar xz -C "${WORKSPACE}"

cilium connectivity test --all-flows

0 comments on commit 566d524

Please sign in to comment.