I have a sample node_config
as follows:
node_config:
azure_arm_parameters:
vmSize: Standard_NC24ads_A100_v4
imagePublisher: canonical
imageOffer: 0001-com-ubuntu-server-jammy
imageSku: 22_04-lts-gen2
imageVersion: latest
Currently, a disk size of 30GB is being allocated. I need to increase this size, but I don’t see a diskSize
parameter exposed in the template.
We are dynamically populating the template at runtime to set up a Ray cluster. How can we specify or override the disk size?