mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Oct 26 10:52:11 UTC 2022
This commit is contained in:
parent
5c08d21169
commit
235c67283b
215 changed files with 6787 additions and 1005 deletions
|
|
@ -29,10 +29,10 @@ SYNOPSIS
|
|||
[--enable-legacy-authorization] [--enable-master-global-access]
|
||||
[--enable-network-policy] [--enable-service-externalips]
|
||||
[--enable-shielded-nodes] [--enable-stackdriver-kubernetes]
|
||||
[--enable-vertical-pod-autoscaling] [--image-type=IMAGE_TYPE]
|
||||
[--issue-client-certificate] [--labels=[KEY=VALUE,...]]
|
||||
[--local-ssd-count=LOCAL_SSD_COUNT] [--logging=[COMPONENT,...]]
|
||||
[--logging-variant=LOGGING_VARIANT]
|
||||
[--enable-vertical-pod-autoscaling] [--gateway-api=GATEWAY_API]
|
||||
[--image-type=IMAGE_TYPE] [--issue-client-certificate]
|
||||
[--labels=[KEY=VALUE,...]] [--local-ssd-count=LOCAL_SSD_COUNT]
|
||||
[--logging=[COMPONENT,...]] [--logging-variant=LOGGING_VARIANT]
|
||||
[--machine-type=MACHINE_TYPE, -m MACHINE_TYPE]
|
||||
[--max-nodes-per-pool=MAX_NODES_PER_POOL]
|
||||
[--max-pods-per-node=MAX_PODS_PER_NODE]
|
||||
|
|
@ -492,6 +492,19 @@ FLAGS
|
|||
--enable-vertical-pod-autoscaling
|
||||
Enable vertical pod autoscaling for a cluster.
|
||||
|
||||
--gateway-api=GATEWAY_API
|
||||
Enables GKE Gateway controller in this cluster. The value of the flag
|
||||
specifies which Open Source Gateway API release channel will be used to
|
||||
define Gateway resources. GATEWAY_API must be one of:
|
||||
|
||||
disabled
|
||||
Gateway controller will be disabled in the cluster.
|
||||
|
||||
standard
|
||||
Gateway controller will be enabled in the cluster. Resource
|
||||
definitions from the standard OSS Gateway API release channel will
|
||||
be installed.
|
||||
|
||||
--image-type=IMAGE_TYPE
|
||||
The image type to use for the cluster. Defaults to server-specified.
|
||||
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@ SYNOPSIS
|
|||
| --enable-master-authorized-networks | --enable-master-global-access
|
||||
| --enable-network-policy | --enable-service-externalips
|
||||
| --enable-shielded-nodes | --enable-stackdriver-kubernetes
|
||||
| --enable-vertical-pod-autoscaling | --generate-password
|
||||
| --logging-variant=LOGGING_VARIANT | --maintenance-window=START_TIME
|
||||
| --node-locations=ZONE,[ZONE,...]
|
||||
| --enable-vertical-pod-autoscaling | --gateway-api=GATEWAY_API
|
||||
| --generate-password | --logging-variant=LOGGING_VARIANT
|
||||
| --maintenance-window=START_TIME | --node-locations=ZONE,[ZONE,...]
|
||||
| --notification-config=[pubsub=ENABLED|DISABLED,
|
||||
pubsub-topic=TOPIC,...]
|
||||
| --private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE
|
||||
|
|
@ -272,6 +272,19 @@ REQUIRED FLAGS
|
|||
--enable-vertical-pod-autoscaling
|
||||
Enable vertical pod autoscaling for a cluster.
|
||||
|
||||
--gateway-api=GATEWAY_API
|
||||
Enables GKE Gateway controller in this cluster. The value of the flag
|
||||
specifies which Open Source Gateway API release channel will be used
|
||||
to define Gateway resources. GATEWAY_API must be one of:
|
||||
|
||||
disabled
|
||||
Gateway controller will be disabled in the cluster.
|
||||
|
||||
standard
|
||||
Gateway controller will be enabled in the cluster. Resource
|
||||
definitions from the standard OSS Gateway API release channel
|
||||
will be installed.
|
||||
|
||||
--generate-password
|
||||
Ask the server to generate a secure password and use that as the
|
||||
basic auth password, keeping the existing username.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue