mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Jun 27 09:38:12 UTC 2024
This commit is contained in:
parent
fb3e2aa33b
commit
9cd336cae4
60 changed files with 1726 additions and 122 deletions
|
|
@ -452,13 +452,16 @@ FLAGS
|
|||
volume type is mounted using Cloud Storage FUSE. See
|
||||
https://cloud.google.com/storage/docs/gcs-fuse for the details and
|
||||
limitations of this filesystem. Additional keys:
|
||||
◆ bucket: (required) the name of the bucket to use as the source of
|
||||
this volume
|
||||
◆ readonly: (optional) A boolean. If true, this volume will be
|
||||
read-only from all mounts.
|
||||
◆ mount-options: (optional) A list of flags to pass to GCSFuse. Flags
|
||||
should be specified without leading dashes and separated by
|
||||
semicolons.
|
||||
◆ bucket: (optional) the name of the bucket to use as the source of
|
||||
this volume.
|
||||
◆ dynamic-mounting: (optional) A boolean. If true, the volume will be
|
||||
mounted dynamically. Note: You will either need to specify a bucket or
|
||||
set dynamic-mounting to true, but not both.
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue