We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0245c commit 374dbd4Copy full SHA for 374dbd4
1 file changed
common.sh
@@ -431,7 +431,7 @@ export NETWORKING_MODE=${NETWORKING_MODE:-}
431
export AGENT_E2E_TEST_BOOT_MODE=${AGENT_E2E_TEST_BOOT_MODE:-"ISO"}
432
export AGENT_CLEANUP_ISO_BUILDER_CACHE_LOCAL_DEV=${AGENT_CLEANUP_ISO_BUILDER_CACHE_LOCAL_DEV:-"false"}
433
export AGENT_RENDEZVOUS_NODE_HOSTNAME=${AGENT_RENDEZVOUS_NODE_HOSTNAME:-${CLUSTER_NAME}_master_0}
434
-export AGENT_OVE_ISO_SIZE=${AGENT_OVE_ISO_SIZE:-50}
+export AGENT_OVE_ISO_SIZE=${AGENT_OVE_ISO_SIZE:-70}
435
436
# HTTP boot server port used by the agent installer for PXE and minimal ISO
437
# Needed to be defined here since it's required also by the shared step 02_configure_host.sh
0 commit comments