gcloud alpha telco-automation orchestration-cluster create Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud alpha telco-automation orchestration-cluster create - create a telco automation orchestration cluster
- SYNOPSIS
gcloud alpha telco-automation orchestration-cluster create(ORCHESTRATION_CLUSTER:--location=LOCATION)[--async][--cidr-blocks=[cidr-block=CIDR-BLOCK],[display-name=DISPLAY-NAME]][--cluster-cidr-block=CLUSTER_CIDR_BLOCK][--cluster-named-range=CLUSTER_NAMED_RANGE][--full-management-config][--master-ipv4-cidr-block=MASTER_IPV4_CIDR_BLOCK][--services-cidr-block=SERVICES_CIDR_BLOCK][--services-named-range=SERVICES_NAMED_RANGE][--network=NETWORK:--subnet=SUBNET][GCLOUD_WIDE_FLAG …]
- DESCRIPTION
(ALPHA)Create a new telco automation orchestration cluster.- EXAMPLES
- To create an orchestration cluster called
test-orchestrationClusterin locationus-central1, run:gcloudalphatelco-automationorchestration-clustercreatetest-orchestrationCluster--location=us-central1 - POSITIONAL ARGUMENTS
- Orchestration Cluster resource - Telco automation orchestration cluster tocreate. The arguments in this group can be used to specify the attributes ofthis resource. (NOTE) Some attributes are not given arguments in this group butcan be set in other ways.
To set the
projectattribute:- provide the argument
orchestration_clusteron the command line witha fully specified name; - provide the argument
--projecton the command line; - set the property
core/project.
This must be specified.
ORCHESTRATION_CLUSTER- ID of the Orchestration Cluster or fully qualified identifier for theOrchestration Cluster.
To set the
orchestration_clusterattribute:- provide the argument
orchestration_clusteron the command line.
This positional argument must be specified if any of the other arguments in thisgroup are specified.
- provide the argument
--location=LOCATION- The location name.
To set the
locationattribute:- provide the argument
orchestration_clusteron the command line witha fully specified name; - provide the argument
--locationon the command line.
- provide the argument
- provide the argument
- Orchestration Cluster resource - Telco automation orchestration cluster tocreate. The arguments in this group can be used to specify the attributes ofthis resource. (NOTE) Some attributes are not given arguments in this group butcan be set in other ways.
- FLAGS
--async- Return immediately, without waiting for the operation in progress to complete.
--cidr-blocks=[cidr-block=CIDR-BLOCK],[display-name=DISPLAY-NAME]- Master Authorized Network that supports multiple CIDR blocks. Allows access tothe k8s master from multiple blocks.
--cluster-cidr-block=CLUSTER_CIDR_BLOCK- IP address range for the cluster pod IPs. Set to blank to have a range chosenwith the default size. Set to /netmask (e.g. /14) to have a range chosen with aspecific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick aspecific range to use.
--cluster-named-range=CLUSTER_NAMED_RANGE- Name of the existing secondary range in the cluster's subnetwork to use for podIP addresses. Alternatively, cluster_cidr_block can be used to automaticallycreate a GKE-managed one.
--full-management-config- This parameter is to marked true only if the management configuration argumentswhich are provided, belong to full (Autopilot) cluster management.
--master-ipv4-cidr-block=MASTER_IPV4_CIDR_BLOCK- /28 network that the control plane will use.
--services-cidr-block=SERVICES_CIDR_BLOCK- IP address range for the cluster service IPs. Set to blank to have a rangechosen with the default size. Set to /netmask (e.g. /14) to have a range chosenwith a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from theRFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) topick a specific range to use.
--services-named-range=SERVICES_NAMED_RANGE- Name of the existing secondary range in the cluster's subnetwork to use forservice ClusterIPs. Alternatively, services_cidr_block can be used toautomatically create a GKE-managed one.
--network=NETWORK- Name of the VPC Network to put the GKE cluster and nodes in. The VPC will becreated if it doesn't exist.
--subnet=SUBNET- Specifies the subnet that the interface will be part of. Network key must bespecified and the subnet must be a subnetwork of the specified network.
- GCLOUD WIDE FLAGS
- These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$gcloud helpfor details. - API REFERENCE
- This command uses the
telcoautomation/v1alpha1API. The fulldocumentation for this API can be found at:https://cloud.google.com/blog/topics/telecommunications/network-automation-csps-linus-nephio-cloud-native - NOTES
- This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. This variant is also available:
gcloudtelco-automationorchestration-clustercreate
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.