File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727env :
2828 SKIP_TEST : true
29- ISTIO_VERSION : 1.7.1
29+ ISTIO_VERSION : 1.20.0
3030
3131jobs :
3232 als :
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ apiVersion: kind.x-k8s.io/v1alpha4
2020nodes :
2121 # the control plane node config
2222 - role : control-plane
23- image : kindest/node:v1.21.14
23+ image : kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
2424 # the three workers
2525 - role : worker
26- image : kindest/node:v1.21.14
26+ image : kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
2727 - role : worker
28- image : kindest/node:v1.21.14
28+ image : kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
2929 - role : worker
30- image : kindest/node:v1.21.14
30+ image : kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ CURRENT_DIR="$(cd "$(dirname $0)"; pwd)"
2626
2727# prepare base dir
2828TMP_DIR=/tmp/skywalking-infra-e2e
29- BIN_DIR=/usr/local /bin
30- mkdir -p $TMP_DIR && cd $TMP_DIR
29+ BIN_DIR=$TMP_DIR /bin
30+ mkdir -p $TMP_DIR $BIN_DIR && cd $TMP_DIR
3131
3232# execute install
3333bash $CURRENT_DIR /install-$NAME .sh $TMP_DIR $BIN_DIR
You can’t perform that action at this time.
0 commit comments