mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Oct 25 11:42:23 UTC 2023
This commit is contained in:
parent
a15665661a
commit
d34c41a2ce
305 changed files with 5549 additions and 699 deletions
|
|
@ -39,7 +39,8 @@ 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]
|
||||
[--[no-]require-ssl] [--ssl-mode=SSL_MODE]
|
||||
[--[no-]storage-auto-increase]
|
||||
[--storage-auto-increase-limit=STORAGE_AUTO_INCREASE_LIMIT]
|
||||
[--storage-size=STORAGE_SIZE] [--threads-per-core=THREADS_PER_CORE]
|
||||
[--tier=TIER, -t TIER] [--update-labels=[KEY=VALUE,...]]
|
||||
|
|
@ -333,6 +334,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue