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 b9c19fb commit ad6c4ddCopy full SHA for ad6c4dd
ci/kind/kind-setup.sh
@@ -663,7 +663,7 @@ while [[ $# -gt 0 ]]
663
shift 2
664
;;
665
--flexible-ipam)
666
- add_option "--flexible-ipam" "create"
+ add_option "--flexible-ipam" "$ACTION"
667
FLEXIBLE_IPAM=true
668
shift
669
ci/kind/test-e2e-kind.sh
@@ -220,6 +220,9 @@ if $extra_network && [[ "$mode" == "hybrid" ]]; then
220
fi
221
222
if [[ $cleanup_only == "true" ]];then
223
+ if [[ $flexible_ipam == "true" ]]; then
224
+ $TESTBED_CMD destroy kind --flexible-ipam
225
+ fi
226
$TESTBED_CMD destroy kind
227
exit 0
228
0 commit comments