mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Mar 26 10:55:24 UTC 2025
This commit is contained in:
parent
e555fef0aa
commit
be9483c980
310 changed files with 9868 additions and 540 deletions
|
|
@ -234,6 +234,11 @@ FLAGS
|
|||
mounted dynamically. Note: You will either need to specify a bucket
|
||||
or set dynamic-mounting to true, but not both.
|
||||
|
||||
cloudsql: Represents a Cloud SQL instance as a volume. Additional keys:
|
||||
◆ instances: (required) The name of the Cloud SQL instances to mount.
|
||||
Must be in the form project_id:region:instance_id and separated by
|
||||
semicolons.
|
||||
|
||||
in-memory: An ephemeral volume that stores data in the instance's
|
||||
memory. With this type of volume, data is not shared between instances
|
||||
and all data will be lost when the instance it is on is terminated.
|
||||
|
|
|
|||
|
|
@ -256,6 +256,11 @@ FLAGS
|
|||
mounted dynamically. Note: You will either need to specify a bucket
|
||||
or set dynamic-mounting to true, but not both.
|
||||
|
||||
cloudsql: Represents a Cloud SQL instance as a volume. Additional keys:
|
||||
◆ instances: (required) The name of the Cloud SQL instances to mount.
|
||||
Must be in the form project_id:region:instance_id and separated by
|
||||
semicolons.
|
||||
|
||||
in-memory: An ephemeral volume that stores data in the instance's
|
||||
memory. With this type of volume, data is not shared between instances
|
||||
and all data will be lost when the instance it is on is terminated.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue