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

gcloud: Wed Oct 25 11:42:23 UTC 2023

This commit is contained in:
Automated 2023-10-25 11:42:23 +00:00
parent a15665661a
commit d34c41a2ce
305 changed files with 5549 additions and 699 deletions

View file

@ -36,9 +36,9 @@ SYNOPSIS
[--pricing-plan=PRICING_PLAN, -p PRICING_PLAN]
[--[no-]recreate-replicas-on-primary-crash]
[--remove-deny-maintenance-period] [--replication=REPLICATION]
[--[no-]require-ssl] [--[no-]storage-auto-increase]
[--storage-size=STORAGE_SIZE] [--threads-per-core=THREADS_PER_CORE]
[--tier=TIER, -t TIER]
[--[no-]require-ssl] [--ssl-mode=SSL_MODE]
[--[no-]storage-auto-increase] [--storage-size=STORAGE_SIZE]
[--threads-per-core=THREADS_PER_CORE] [--tier=TIER, -t TIER]
[--allowed-psc-projects=PROJECT,[PROJECT,...]
| --clear-allowed-psc-projects]
[--authorized-gae-apps=APP,[APP,...] | --clear-gae-apps]
@ -331,6 +331,18 @@ FLAGS
mysqld should default to 'REQUIRE X509' for users connecting over IP.
Use --require-ssl to enable and --no-require-ssl to disable.
--ssl-mode=SSL_MODE
Set the SSL mode of the instance. SSL_MODE must be one of:
ALLOW_UNENCRYPTED_AND_ENCRYPTED
Allow non-SSL and SSL connections. For SSL connections, client
certificate will not be verified.
ENCRYPTED_ONLY
Only allow connections encrypted with SSL/TLS.
TRUSTED_CLIENT_CERTIFICATE_REQUIRED
Only allow connections encrypted with SSL/TLS and with valid client
certificates.
--[no-]storage-auto-increase
Storage size can be increased, but it cannot be decreased; storage
increases are permanent for the life of the instance. With this setting