Skip to content

Commit 3af3215

Browse files
Merge pull request #1016 from stuggi/default_network
[crc] Set system network-mode
2 parents 9dcd9ff + ca51db8 commit 3af3215

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devsetup/scripts/crc-setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ if [ -z "${CRC_BIN}" ]; then
4242
fi
4343

4444
# config CRC
45+
${CRC_BIN} config set network-mode system
4546
${CRC_BIN} config set consent-telemetry no
4647
${CRC_BIN} config set kubeadmin-password ${KUBEADMIN_PWD}
4748
${CRC_BIN} config set pull-secret-file ${PULL_SECRET_FILE}

0 commit comments

Comments
 (0)