mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Wed Sep 20 10:45:25 UTC 2023
This commit is contained in:
parent
952686eb78
commit
54eca12593
183 changed files with 2246 additions and 4040 deletions
|
|
@ -99,8 +99,8 @@ SYNOPSIS
|
|||
[--enable-private-endpoint
|
||||
--enable-private-nodes --master-ipv4-cidr=MASTER_IPV4_CIDR]
|
||||
[--enable-tpu --tpu-ipv4-cidr=CIDR]
|
||||
[--ephemeral-storage-local-ssd=[count=COUNT]
|
||||
| --local-nvme-ssd-block=[count=COUNT]
|
||||
[--ephemeral-storage-local-ssd[=[count=COUNT]]
|
||||
| --local-nvme-ssd-block[=[count=COUNT]]
|
||||
| --local-ssd-count=LOCAL_SSD_COUNT]
|
||||
[--location=LOCATION | --region=REGION | --zone=ZONE, -z ZONE]
|
||||
[--maintenance-window=START_TIME | --maintenance-window-end=TIME_STAMP
|
||||
|
|
@ -1589,7 +1589,7 @@ FLAGS
|
|||
|
||||
At most one of these can be specified:
|
||||
|
||||
--ephemeral-storage-local-ssd=[count=COUNT]
|
||||
--ephemeral-storage-local-ssd[=[count=COUNT]]
|
||||
Parameters for the ephemeral storage filesystem. If unspecified,
|
||||
ephemeral storage is backed by the boot disk.
|
||||
|
||||
|
|
@ -1605,7 +1605,7 @@ FLAGS
|
|||
See https://cloud.google.com/compute/docs/disks/local-ssd for more
|
||||
information.
|
||||
|
||||
--local-nvme-ssd-block=[count=COUNT]
|
||||
--local-nvme-ssd-block[=[count=COUNT]]
|
||||
Adds the requested local SSDs on all nodes in default node pool(s) in
|
||||
the new cluster.
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ SYNOPSIS
|
|||
[--create-subnetwork=[KEY=VALUE,...]]
|
||||
[--database-encryption-key=DATABASE_ENCRYPTION_KEY]
|
||||
[--dataplane-v2-observability-mode=DATAPLANE_V2_OBSERVABILITY_MODE]
|
||||
[--enable-google-cloud-access]
|
||||
[--enable-backup-restore] [--enable-google-cloud-access]
|
||||
[--enable-kubernetes-unstable-apis=API,[API,...]]
|
||||
[--enable-master-global-access] [--logging=[COMPONENT,...]]
|
||||
[--monitoring=[COMPONENT,...]] [--network=NETWORK]
|
||||
|
|
@ -190,6 +190,11 @@ FLAGS
|
|||
Makes Advanced Datapath Observability available from the VPC
|
||||
network.
|
||||
|
||||
--enable-backup-restore
|
||||
Enable the Backup for GKE add-on. This add-on is disabled by default.
|
||||
To learn more, see the Backup for GKE overview:
|
||||
https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/concepts/backup-for-gke.
|
||||
|
||||
--enable-google-cloud-access
|
||||
When you enable Google Cloud Access, any public IP addresses owned by
|
||||
Google Cloud can reach the public control plane endpoint of your
|
||||
|
|
|
|||
|
|
@ -53,8 +53,8 @@ SYNOPSIS
|
|||
--total-max-nodes=TOTAL_MAX_NODES --total-min-nodes=TOTAL_MIN_NODES]
|
||||
[--enable-best-effort-provision
|
||||
--min-provision-nodes=MIN_PROVISION_NODES]
|
||||
[--ephemeral-storage-local-ssd=[count=COUNT]
|
||||
| --local-nvme-ssd-block=[count=COUNT]
|
||||
[--ephemeral-storage-local-ssd[=[count=COUNT]]
|
||||
| --local-nvme-ssd-block[=[count=COUNT]]
|
||||
| --local-ssd-count=LOCAL_SSD_COUNT]
|
||||
[--location=LOCATION | --region=REGION | --zone=ZONE, -z ZONE]
|
||||
[--reservation=RESERVATION --reservation-affinity=RESERVATION_AFFINITY]
|
||||
|
|
@ -796,7 +796,7 @@ FLAGS
|
|||
|
||||
At most one of these can be specified:
|
||||
|
||||
--ephemeral-storage-local-ssd=[count=COUNT]
|
||||
--ephemeral-storage-local-ssd[=[count=COUNT]]
|
||||
Parameters for the ephemeral storage filesystem. If unspecified,
|
||||
ephemeral storage is backed by the boot disk.
|
||||
|
||||
|
|
@ -812,7 +812,7 @@ FLAGS
|
|||
See https://cloud.google.com/compute/docs/disks/local-ssd for more
|
||||
information.
|
||||
|
||||
--local-nvme-ssd-block=[count=COUNT]
|
||||
--local-nvme-ssd-block[=[count=COUNT]]
|
||||
Adds the requested local SSDs on all nodes in default node pool(s) in
|
||||
the new cluster.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue