We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b42ea commit 117444cCopy full SHA for 117444c
1 file changed
common.sh
@@ -416,7 +416,7 @@ export NETWORKING_MODE=${NETWORKING_MODE:-}
416
export AGENT_E2E_TEST_BOOT_MODE=${AGENT_E2E_TEST_BOOT_MODE:-"ISO"}
417
export AGENT_CLEANUP_ISO_BUILDER_CACHE_LOCAL_DEV=${AGENT_CLEANUP_ISO_BUILDER_CACHE_LOCAL_DEV:-"false"}
418
export AGENT_RENDEZVOUS_NODE_HOSTNAME=${AGENT_RENDEZVOUS_NODE_HOSTNAME:-${CLUSTER_NAME}_master_0}
419
-export AGENT_OVE_ISO_SIZE=${AGENT_OVE_ISO_SIZE:-40}
+export AGENT_OVE_ISO_SIZE=${AGENT_OVE_ISO_SIZE:-50}
420
421
# HTTP boot server port used by the agent installer for PXE and minimal ISO
422
# Needed to be defined here since it's required also by the shared step 02_configure_host.sh
0 commit comments