NAME
gdcloud organizations config create - Create an Organization custom resource YAML file.
SYNOPSIS
gdcloud organizations config create [flags]
EXAMPLES
To create an Organization YAML file with various fields preset, run:
gdcloud organizations config create --name testOrg \
--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 \
BlockStandard=100Ti,\
FileStandard=100Ti,\
ObjectStandard=100Ti \
--admin-server \
o1-standard1-64-gdc-metal=3
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 [o1-standard1-64-gdc-metal=3])
--backup-info stringToString Comma-separated list of backup information for an organization. (default [repository-secret-name=,repository-secret-namespace=,endpoint=,bucket-name=])
-h, --help help for create
--labels stringToString Propagates labels to the admin and system clusters as a key-value pair. Key must start with 'lcm.private.gdc.goog/' to propagate. (default [])
--log-retention-times stringToString Comma-separated list of log retention times for an organization in days. (default [paAuditLogsRetentionTime=400,ioAuditLogsRetentionTime=2000,operationalLogsRetentionTime=90,metricsRetentionTime=90])
--name string Name for the organization to create. (default "org-1")
--server-quota stringToString Comma-separated list of key-value pairs for server types and their quotas for the worker machines. (default [o1-highmem1-40-gdc-metal=1,o1-standard1-64-gdc-metal=0,o1-highmem1-96-gdc-metal=0,o1-highmem1-104-gdc-metal=0,o1-highmem1-448-gdc-metal=0,o1-highgpu1-48-gdc-metal=0])
--storage-sku stringToString Comma-separated list of key-value pairs for storage SKUs and their sizes for an organization. (default [BlockStandard=10Ti,FileStandard=10Ti,ObjectStandard=10Ti])
--version string Version of the GDCH software. (default "1.5.0-gdch.11")