mirror of https://github.com/kubernetes/kops.git
Use latest cilium-cli that supports cilium 1.12
This commit is contained in:
parent
03ec68a2a2
commit
566d524990
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue