mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +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
|
|
@ -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