1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-14 00:46:53 +00:00

gcloud: Wed Mar 29 10:40:15 UTC 2023

This commit is contained in:
Automated 2023-03-29 10:40:15 +00:00
parent 4ccfc7a5e3
commit 5fabf24be7
269 changed files with 6797 additions and 464 deletions

View file

@ -18,7 +18,7 @@ DESCRIPTION
Create an Edge Container cluster.
EXAMPLES
To create a cluster called 'my-cluster' in region us-central1, run:
To create a cluster called my-cluster in region us-central1, run:
$ gcloud edge-cloud container clusters create my-cluster \
--location=us-central1
@ -30,8 +30,8 @@ POSITIONAL ARGUMENTS
ways. To set the project attribute:
◆ provide the argument cluster on the command line with a fully
specified name;
set the property core/project;
provide the argument --project on the command line.
provide the argument --project on the command line;
set the property core/project.
This must be specified.
@ -44,11 +44,10 @@ POSITIONAL ARGUMENTS
arguments in this group are specified.
--location=LOCATION
The global location name. To set the location attribute:
Google Cloud location for the cluster. To set the location attribute:
▸ provide the argument cluster on the command line with a fully
specified name;
▸ provide the argument --location on the command line;
▸ set the property edge_container/location.
▸ provide the argument --location on the command line.
FLAGS
--admin-users=ADMIN_USERS

View file

@ -28,7 +28,7 @@ EXAMPLES
--location=us-west1
POSITIONAL ARGUMENTS
Cluster resource - edge-cloud container cluster to get credentials. The
Cluster resource - Edge Container cluster to get credentials. The
arguments in this group can be used to specify the attributes of this
resource. (NOTE) Some attributes are not given arguments in this group but
can be set in other ways. To set the project attribute: