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

gcloud: Mon Oct 23 11:10:08 UTC 2023

This commit is contained in:
Automated 2023-10-23 11:10:09 +00:00
parent c30bb7b4ce
commit a15665661a
123 changed files with 3724 additions and 306 deletions

View file

@ -25,6 +25,7 @@ SYNOPSIS
| --enable-vertical-pod-autoscaling
| --fleet-project=PROJECT_ID_OR_NUMBER | --gateway-api=GATEWAY_API
| --generate-password | --identity-provider=IDENTITY_PROVIDER
| --in-transit-encryption=IN_TRANSIT_ENCRYPTION
| --logging-variant=LOGGING_VARIANT | --maintenance-window=START_TIME
| --network-performance-configs=[PROPERTY1=VALUE1,...]
| --notification-config=[pubsub=ENABLED|DISABLED,
@ -418,6 +419,11 @@ REQUIRED FLAGS
--identity-provider=IDENTITY_PROVIDER
Enable 3P identity provider on the cluster.
--in-transit-encryption=IN_TRANSIT_ENCRYPTION
Enable Dataplane V2 in-transit encryption. Dataplane v2 in-transit
encryption is disabled by default. IN_TRANSIT_ENCRYPTION must be one
of: inter-node-transparent, none.
--logging-variant=LOGGING_VARIANT
Specifies the logging variant that will be deployed on all the nodes
in the cluster. Valid logging variants are MAX_THROUGHPUT, DEFAULT.