mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Tue Mar 1 21:43:54 UTC 2022
This commit is contained in:
parent
c1c3b75313
commit
21878eea72
1018 changed files with 4838 additions and 3409 deletions
|
|
@ -17,16 +17,18 @@ EXAMPLES
|
|||
|
||||
$ gcloud beta game servers clusters create my-cluster \
|
||||
--project=my-project --realm=my-realm --location=my-location \
|
||||
--gke-cluster=projects/my-project/locations/my-location/clusters/my-gke-cluster \
|
||||
--namespace=default --labels=a=x,b=y --no-dry-run
|
||||
--gke-cluster=projects/my-project/locations/my-location/\
|
||||
clusters/my-gke-cluster --namespace=default --labels=a=x,b=y \
|
||||
--no-dry-run
|
||||
|
||||
To preview Game Server Cluster creation for 'my-cluster' in project
|
||||
'my-project', realm 'my-realm', and location in 'my-location' run:
|
||||
|
||||
$ gcloud beta game servers clusters create my-cluster \
|
||||
--project=my-project --realm=my-realm --location=my-location \
|
||||
--gke-cluster=projects/my-project/locations/my-location/clusters/my-gke-cluster \
|
||||
--namespace=default --labels=a=x,b=y --dry-run
|
||||
--gke-cluster=projects/my-project/locations/my-location/\
|
||||
clusters/my-gke-cluster --namespace=default --labels=a=x,b=y \
|
||||
--dry-run
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Game server cluster resource - Cloud Game Server Cluster to create. The
|
||||
|
|
|
|||
|
|
@ -17,14 +17,14 @@ EXAMPLES
|
|||
|
||||
$ gcloud beta game servers clusters update my-cluster \
|
||||
--project=my-project --realm=my-realm --location=my-location \
|
||||
--update-labels="key1=val1" --no-dry-run
|
||||
--update-labels="key1=val1" --no-dry-run
|
||||
|
||||
To preview Game Server Cluster label update for 'my-cluster' in project
|
||||
'my-project', realm 'my-realm', and location in 'my-location' run:
|
||||
|
||||
$ gcloud beta game servers clusters update my-cluster \
|
||||
--project=my-project --realm=my-realm --location=my-location \
|
||||
--update-labels="key1=val1" --dry-run
|
||||
--update-labels="key1=val1" --dry-run
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Game server cluster resource - Cloud Game Server Cluster to update. The
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ EXAMPLES
|
|||
|
||||
$ gcloud beta game servers configs create my-config \
|
||||
--project=my-project --deployment=my-deployment \
|
||||
--location=global \
|
||||
--deployment=my-deployment --description=description --labels=a=x,b=y \
|
||||
--location=global --deployment=my-deployment \
|
||||
--description=description --labels=a=x,b=y \
|
||||
--fleet-configs-file=fleet_configs.json
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
|
|
|
|||
|
|
@ -17,8 +17,7 @@ EXAMPLES
|
|||
|
||||
$ gcloud beta game servers deployments create my-deployment \
|
||||
--project=my-project --location=global \
|
||||
--description=description \
|
||||
--labels=a=x,b=y
|
||||
--description=description --labels=a=x,b=y
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Deployment resource - Cloud Game Server Deployment to create. The
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue