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

gcloud: Thu May 23 09:22:11 UTC 2024

This commit is contained in:
Automated 2024-05-23 09:22:11 +00:00
parent 3b84182be4
commit e617a432f4
175 changed files with 2973 additions and 461 deletions

View file

@ -4,6 +4,7 @@ NAME
SYNOPSIS
gcloud alpha container clusters create-auto NAME [--async]
[--autoprovisioning-enable-insecure-kubelet-readonly-port]
[--autoprovisioning-network-tags=TAGS,[TAGS,...]]
[--autoprovisioning-resource-manager-tags=[KEY=VALUE,...]]
[--boot-disk-kms-key=BOOT_DISK_KMS_KEY]
@ -62,6 +63,16 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--autoprovisioning-enable-insecure-kubelet-readonly-port
Enables the Kubelet's insecure read only port for Autoprovisioned Node
Pools.
If not set, the value from nodePoolDefaults.nodeConfigDefaults will be
used.
To disable the readonly port
--no-autoprovisioning-enable-insecure-kubelet-readonly-port.
--autoprovisioning-network-tags=TAGS,[TAGS,...]
Applies the given Compute Engine tags (comma separated) on all nodes in
the auto-provisioned node pools of the new Standard cluster or the new
@ -514,13 +525,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.
Options to specify the node identity.