diff --git a/test/Makefile b/test/Makefile index abd028d8fd..a53c324f5a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 \