File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- FROM k8s.gcr.io/e2e-test-images/agnhost:2.28
1
+ FROM k8s.gcr.io/e2e-test-images/agnhost:2.36
2
2
3
3
ENTRYPOINT ["/worker" ]
4
4
Original file line number Diff line number Diff line change 11
11
- set up a KinD cluster with a CNI that supports network policies
12
12
13
13
pushd hack/kind/calico
14
- ./setup.sh
14
+ ./setup-kind .sh
15
15
popd
16
16
17
17
- run cyclonus
Original file line number Diff line number Diff line change 4
4
set -e
5
5
6
6
CLUSTER=${CLUSTER:- netpol-antrea}
7
- VERSION=${VERSION:- v0.13.1 }
7
+ VERSION=${VERSION:- v1.7.0 }
8
8
ANTREA_DIR=antrea-repo
9
9
IMG_NAME=" projects.registry.vmware.com/antrea/antrea-ubuntu"
10
10
Original file line number Diff line number Diff line change 4
4
set -xv
5
5
6
6
CLUSTER=${CLUSTER:- netpol-cilium}
7
- CILIUM_VERSION=${CILIUM_VERSION:- " v1.9.5 " }
7
+ CILIUM_VERSION=${CILIUM_VERSION:- " v1.11.6 " }
8
8
IMAGE=quay.io/cilium/cilium:${CILIUM_VERSION}
9
9
10
10
kind create cluster --name=" $CLUSTER " --config=kind-config.yaml
Original file line number Diff line number Diff line change 3
3
set -xv
4
4
set -euo pipefail
5
5
6
- KIND_VERSION=${KIND_VERSION:- v0.11 .0}
6
+ KIND_VERSION=${KIND_VERSION:- v0.14 .0}
7
7
CNI=${CNI:- calico}
8
8
CLUSTER_NAME=" netpol-$CNI "
9
9
RUN_FROM_SOURCE=${RUN_FROM_SOURCE:- true}
@@ -27,8 +27,8 @@ pushd "$CNI"
27
27
popd
28
28
29
29
# preload agnhost image
30
- docker pull k8s.gcr.io/e2e-test-images/agnhost:2.28
31
- kind load docker-image k8s.gcr.io/e2e-test-images/agnhost:2.28 --name " $CLUSTER_NAME "
30
+ docker pull k8s.gcr.io/e2e-test-images/agnhost:2.36
31
+ kind load docker-image k8s.gcr.io/e2e-test-images/agnhost:2.36 --name " $CLUSTER_NAME "
32
32
33
33
# make sure that the new kind cluster is the current kubectl context
34
34
kind get clusters
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
)
12
12
13
13
const (
14
- agnhostImage = "k8s.gcr.io/e2e-test-images/agnhost:2.28 "
14
+ agnhostImage = "k8s.gcr.io/e2e-test-images/agnhost:2.36 "
15
15
cyclonusWorkerImage = "mfenwick100/cyclonus-worker:latest"
16
16
)
17
17
You can’t perform that action at this time.
0 commit comments