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:
parent
3b84182be4
commit
e617a432f4
175 changed files with 2973 additions and 461 deletions
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud container clusters update NAME
|
||||
(--autoprovisioning-network-tags=[TAGS,...]
|
||||
(--autoprovisioning-enable-insecure-kubelet-readonly-port
|
||||
| --autoprovisioning-network-tags=[TAGS,...]
|
||||
| --autoprovisioning-resource-manager-tags=[KEY=VALUE,...]
|
||||
| --autoscaling-profile=AUTOSCALING_PROFILE | --clear-fleet-project
|
||||
| --complete-credential-rotation | --complete-ip-rotation
|
||||
|
|
@ -16,6 +17,7 @@ SYNOPSIS
|
|||
| --enable-cost-allocation | --enable-fleet
|
||||
| --enable-fqdn-network-policy | --enable-google-cloud-access
|
||||
| --enable-identity-service | --enable-image-streaming
|
||||
| --enable-insecure-kubelet-readonly-port
|
||||
| --enable-intra-node-visibility
|
||||
| --enable-kubernetes-unstable-apis=API,[API,...]
|
||||
| --enable-l4-ilb-subsetting | --enable-legacy-authorization
|
||||
|
|
@ -112,6 +114,16 @@ POSITIONAL ARGUMENTS
|
|||
REQUIRED FLAGS
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--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,...]
|
||||
Replaces the user specified Compute Engine tags on all nodes in all
|
||||
the existing auto-provisioned node pools in the Standard cluster or
|
||||
|
|
@ -296,6 +308,12 @@ REQUIRED FLAGS
|
|||
--enable-image-streaming
|
||||
Specifies whether to enable image streaming on cluster.
|
||||
|
||||
--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-intra-node-visibility
|
||||
Enable Intra-node visibility for this cluster.
|
||||
|
||||
|
|
@ -1290,13 +1308,13 @@ OPTIONAL 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.
|
||||
|
||||
Cluster autoscaling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue