mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Thu May 23 09:22:11 UTC 2024
This commit is contained in:
parent
3b84182be4
commit
e617a432f4
175 changed files with 2973 additions and 461 deletions
|
|
@ -20,10 +20,11 @@ SYNOPSIS
|
|||
[--enable-autoprovisioning] [--enable-autorepair]
|
||||
[--no-enable-autoupgrade] [--enable-blue-green-upgrade]
|
||||
[--enable-confidential-nodes] [--enable-gvnic]
|
||||
[--enable-image-streaming] [--enable-nested-virtualization]
|
||||
[--enable-private-nodes] [--enable-queued-provisioning]
|
||||
[--enable-surge-upgrade] [--image-type=IMAGE_TYPE]
|
||||
[--labels=[KEY=VALUE,...]] [--logging-variant=LOGGING_VARIANT]
|
||||
[--enable-image-streaming] [--enable-insecure-kubelet-readonly-port]
|
||||
[--enable-nested-virtualization] [--enable-private-nodes]
|
||||
[--enable-queued-provisioning] [--enable-surge-upgrade]
|
||||
[--image-type=IMAGE_TYPE] [--labels=[KEY=VALUE,...]]
|
||||
[--logging-variant=LOGGING_VARIANT]
|
||||
[--machine-type=MACHINE_TYPE, -m MACHINE_TYPE]
|
||||
[--max-pods-per-node=MAX_PODS_PER_NODE]
|
||||
[--max-surge-upgrade=MAX_SURGE_UPGRADE; default=1]
|
||||
|
|
@ -249,6 +250,12 @@ FLAGS
|
|||
--enable-image-streaming
|
||||
Specifies whether to enable image streaming on node pool.
|
||||
|
||||
--enable-insecure-kubelet-readonly-port
|
||||
Enables the Kubelet's insecure read only port.
|
||||
|
||||
To disable the readonly port on a cluster or node-pool set the flag to
|
||||
--no-enable-insecure-kubelet-readonly-port.
|
||||
|
||||
--enable-nested-virtualization
|
||||
Enables the use of nested virtualization on the node pool. Defaults to
|
||||
false. Can only be enabled on UBUNTU_CONTAINERD base image or
|
||||
|
|
@ -912,13 +919,13 @@ FLAGS
|
|||
|
||||
--location=LOCATION
|
||||
Compute zone or region (e.g. us-central1-a or us-central1) for the
|
||||
cluster.
|
||||
cluster. Prefer using this flag over the --region or --zone flags.
|
||||
|
||||
--region=REGION
|
||||
Compute region (e.g. us-central1) for the cluster.
|
||||
Compute region (e.g. us-central1) for a regional cluster.
|
||||
|
||||
--zone=ZONE, -z ZONE
|
||||
Compute zone (e.g. us-central1-a) for the cluster. Overrides the
|
||||
Compute zone (e.g. us-central1-a) for a zonal cluster. Overrides the
|
||||
default compute/zone property value for this command invocation.
|
||||
|
||||
Specifies the reservation for the node pool.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue