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 714bf09 commit 1f7dc7bCopy full SHA for 1f7dc7b
tests/setup_suite.bash
@@ -24,7 +24,7 @@ nodes:
24
EOF
25
26
cd "$BATS_TEST_DIRNAME"/.. && make
27
- nohup "$BATS_TEST_DIRNAME"/../bin/cloud-provider-kind -v 2 --enable-log-dumping --logs-dir "$ARTIFACTS_DIR" > "$ARTIFACTS_DIR"/ccm-kind.log 2>&1 &
+ nohup "$BATS_TEST_DIRNAME"/../bin/cloud-provider-kind -v 2 --gateway-channel=standard --enable-log-dumping --logs-dir "$ARTIFACTS_DIR" > "$ARTIFACTS_DIR"/ccm-kind.log 2>&1 &
28
export CCM_PID=$!
29
30
# test depend on external connectivity that can be very flaky
0 commit comments