Skip to content

Commit ca51db8

Browse files
committed
[crc] Set system network-mode
with [1] the default network-mode changed to user, which make crc deploments to fail with v2.47.0 and our config. Lets configure network-mode system in our deployment script per default. [1] crc-org/crc@22ae876 Signed-off-by: Martin Schuppert <[email protected]>
1 parent 9607df5 commit ca51db8

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)