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.
1 parent 3f969d8 commit b045895Copy full SHA for b045895
scripts/ci-e2e.sh
@@ -114,6 +114,9 @@ trap "cleanup" EXIT SIGINT
114
docker events > "${ARTIFACTS_LOCAL}/docker-events.txt" 2>&1 &
115
ctr -n moby events > "${ARTIFACTS_LOCAL}/containerd-events.txt" 2>&1 &
116
117
+# Testing v1.30
118
+export KUBERNETES_VERSION_MANAGEMENT=v1.30.10
119
+
120
# Run e2e tests
121
mkdir -p "$ARTIFACTS"
122
echo "+ run tests!"
0 commit comments