Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Set the k8s node version using env var
Setting the "--image" parameter is the same done in the integrations
repository.
  • Loading branch information
mrodm committed Apr 2, 2025
commit 0048b99bae567e1394fe65ebeef9ea815736e889
2 changes: 1 addition & 1 deletion scripts/test-check-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fi

if [ "${PACKAGE_TEST_TYPE:-other}" == "with-kind" ]; then
# Boot up the kind cluster
kind create cluster --config "$PWD/scripts/kind-config.yaml"
kind create cluster --config "$PWD/scripts/kind-config.yaml" --image "kindest/node:${K8S_VERSION}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the command to be the same as in the integrations repository. This will ensure that the k8s node versions are the same as the one set in the environment variable.

fi

# Run package tests
Expand Down