To create an OrganizationZonalConfig file with various fields preset, run:
gdcloud organizations zonal-configs create --name testOrg \
--zones={zone1,zone2}
--version 1.9.2-gdch.153 \
--server-quota \
o1-highmem1-40-gdc-metal=1,\
o1-standard1-64-gdc-metal=2,\
o1-highmem1-96-gdc-metal=3,\
o1-highmem1-104-gdc-metal=4,\
o1-highmem1-448-gdc-metal=5,\
o1-highgpu1-48-gdc-metal=6 \
--storage-sku \
block-standard=100Ti,\
file-standard=100Ti,\
object-nearline=100Ti,\
object-standard=100Ti \
--admin-server \
o1-standard1-64-gdc-metal=3
This command writes the YAML files to the HOME directory in the format [org name]-[zone].yaml
OPTIONAL FLAGS
--admin-server stringToString Admin server type and the amount of org admin servers to allocate for that server type as a key-value pair. (default [])
--name string Name of the referenced organization.
--server-quota stringToString Comma-separated list of key-value pairs for server types and their quotas for the worker machines. (default [])
--storage-sku stringToString Comma-separated list of key-value pairs for storage SKUs and their sizes for an organization. (default [])
--version string Version of the GDCH software.
--zones stringArray Comma-separated list of zone IDs to create a config for.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[[["\u003cp\u003eThis command creates YAML configuration files for OrganizationZonalConfig resources, one for each specified zone.\u003c/p\u003e\n"],["\u003cp\u003eYou can specify the organization's name, zones, GDCH software version, server quotas, and storage SKUs when creating the config files.\u003c/p\u003e\n"],["\u003cp\u003eThe command allows you to allocate admin servers by type and quantity.\u003c/p\u003e\n"],["\u003cp\u003eThe resulting YAML files are saved in the user's HOME directory, named according to the format: [org name]-[zone].yaml.\u003c/p\u003e\n"],["\u003cp\u003eYou can utilize flags like \u003ccode\u003e--name\u003c/code\u003e, \u003ccode\u003e--zones\u003c/code\u003e, \u003ccode\u003e--version\u003c/code\u003e, \u003ccode\u003e--server-quota\u003c/code\u003e, \u003ccode\u003e--storage-sku\u003c/code\u003e, and \u003ccode\u003e--admin-server\u003c/code\u003e to customize the config files.\u003c/p\u003e\n"]]],[],null,["# gdcloud organizations zonal-configs create\n\nNAME\n----\n\ngdcloud organizations zonal-configs create - Create an OrganizationZonalConfig custom resource YAML files for each zone.\n\nSYNOPSIS\n--------\n\n gdcloud organizations zonal-configs create [flags]\n\n### EXAMPLES\n\n To create an OrganizationZonalConfig file with various fields preset, run:\n\n gdcloud organizations zonal-configs create --name testOrg \\\n --zones={zone1,zone2}\n --version 1.9.2-gdch.153 \\\n --server-quota \\\n o1-highmem1-40-gdc-metal=1,\\\n o1-standard1-64-gdc-metal=2,\\\n o1-highmem1-96-gdc-metal=3,\\\n o1-highmem1-104-gdc-metal=4,\\\n o1-highmem1-448-gdc-metal=5,\\\n o1-highgpu1-48-gdc-metal=6 \\\n --storage-sku \\\n block-standard=100Ti,\\\n file-standard=100Ti,\\\n object-nearline=100Ti,\\\n object-standard=100Ti \\\n --admin-server \\\n o1-standard1-64-gdc-metal=3\n This command writes the YAML files to the HOME directory in the format [org name]-[zone].yaml\n\n### OPTIONAL FLAGS\n\n --admin-server stringToString Admin server type and the amount of org admin servers to allocate for that server type as a key-value pair. (default [])\n --name string Name of the referenced organization.\n --server-quota stringToString Comma-separated list of key-value pairs for server types and their quotas for the worker machines. (default [])\n --storage-sku stringToString Comma-separated list of key-value pairs for storage SKUs and their sizes for an organization. (default [])\n --version string Version of the GDCH software.\n --zones stringArray Comma-separated list of zone IDs to create a config for.\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page."]]