1
0
Fork 0
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:
Automated 2022-10-26 10:52:11 +00:00
parent 5c08d21169
commit 235c67283b
Failed to extract signature
215 changed files with 6787 additions and 1005 deletions

View file

@ -19,7 +19,8 @@ SYNOPSIS
| --enable-network-policy | --enable-pod-security-policy
| --enable-service-externalips | --enable-shielded-nodes
| --enable-stackdriver-kubernetes | --enable-vertical-pod-autoscaling
| --generate-password | --identity-provider=IDENTITY_PROVIDER
| --gateway-api=GATEWAY_API | --generate-password
| --identity-provider=IDENTITY_PROVIDER
| --logging-variant=LOGGING_VARIANT | --maintenance-window=START_TIME
| --notification-config=[pubsub=ENABLED|DISABLED,
pubsub-topic=TOPIC,...]
@ -312,6 +313,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.