Skip to content

Commit

Permalink
Merge pull request #240 from ty-dc/e2e/add-1-31
Browse files Browse the repository at this point in the history
add kindest/node:1.31.0 for e2e
  • Loading branch information
ty-dc authored Sep 22, 2024
2 parents 94dce0a + a002d7c commit 3943784
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ setup_kind:
fi ; \
if [ $$(echo -e "$(E2E_KIND_IMAGE_TAG)\nv1.29.0" | sort -V | tail -n1) == "$(E2E_KIND_IMAGE_TAG)" ]; then \
echo "the following features are only fully supported in versions higher than v1.29.0." ; \
sed -i '$$ a\runtimeConfig: ' $${NEW_KIND_YAML} ; \
sed -i '$$ a\ api/alpha: "true"' $${NEW_KIND_YAML} ; \
sed -i '$$ a\ api/beta: "true"' $${NEW_KIND_YAML} ; \
sed -i '$$ a\featureGates: ' $${NEW_KIND_YAML} ; \
sed -i '$$ a\ MultiCIDRServiceAllocator: true' $${NEW_KIND_YAML} ; \
if [ "${E2E_SPIDERPOOL_ENABLE_DRA}" == "true" ]; then \
Expand Down

0 comments on commit 3943784

Please sign in to comment.