We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee9ebf9 + 9fccd10 commit 893abf2Copy full SHA for 893abf2
v2/e2e/Makefile
@@ -1,5 +1,5 @@
1
-KIND_VERSION=0.26.0
2
-KUBERNETES_VERSION=1.31.5
+KIND_VERSION=0.27.0
+KUBERNETES_VERSION=1.31.6
3
KUSTOMIZE_VERSION = 5.6.0
4
BINDIR := $(abspath $(PWD)/../bin)
5
@@ -75,6 +75,8 @@ setup-nodes:
75
$(KUBECTL) label nodes coil-worker test=coil
76
$(KUBECTL) label nodes coil-worker2 test=coil
77
78
+TEST_IPAM ?= true
79
+TEST_EGRESS ?= true
80
.PHONY: test
81
test: setup-echotest
82
TEST_IPAM=$(TEST_IPAM) TEST_EGRESS=$(TEST_EGRESS) go test -count 1 -v . -args -ginkgo.progress -ginkgo.v
0 commit comments