@@ -136,7 +136,7 @@ presubmits:
136136 testgrid-days-of-results : ' 90'
137137 testgrid-tab-name : e2e-amazonvpc-ipv6
138138
139- # {"cloud": "aws", "distro": "u2404arm64", "extra_flags": "--master-size=c6g.large --node-size=t4g.large", "k8s_version": "stable", "kops_channel": "alpha", "networking": "calico"}
139+ # {"cloud": "aws", "distro": "u2404arm64", "extra_flags": "--master-size=c6g.large --node-size=t4g.large --set=cluster.spec.networking.calico.wireguardEnabled=false ", "k8s_version": "stable", "kops_channel": "alpha", "networking": "calico"}
140140 - name : pull-kops-e2e-cni-calico
141141 cluster : k8s-infra-kops-prow-build
142142 branches :
@@ -168,7 +168,7 @@ presubmits:
168168 -v 2 \
169169 --up --build --down \
170170 --cloud-provider=aws \
171- --create-args="--image='099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20251001' --channel=alpha --networking=calico --master-size=c6g.large --node-size=t4g.large" \
171+ --create-args="--image='099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20251001' --channel=alpha --networking=calico --master-size=c6g.large --node-size=t4g.large --set=cluster.spec.networking.calico.wireguardEnabled=false " \
172172 --kubernetes-version=https://dl.k8s.io/release/stable.txt \
173173 --kops-binary-path=/home/prow/go/src/k8s.io/kops/.build/dist/linux/amd64/kops \
174174 --test=kops \
@@ -195,7 +195,7 @@ presubmits:
195195 annotations :
196196 test.kops.k8s.io/cloud : aws
197197 test.kops.k8s.io/distro : u2404arm64
198- test.kops.k8s.io/extra_flags : --master-size=c6g.large --node-size=t4g.large
198+ test.kops.k8s.io/extra_flags : --master-size=c6g.large --node-size=t4g.large --set=cluster.spec.networking.calico.wireguardEnabled=false
199199 test.kops.k8s.io/k8s_version : stable
200200 test.kops.k8s.io/kops_channel : alpha
201201 test.kops.k8s.io/networking : calico
0 commit comments