mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Nov 13 10:04:10 UTC 2024
This commit is contained in:
parent
7da5872e5c
commit
a63704a3af
252 changed files with 4821 additions and 807 deletions
|
|
@ -293,6 +293,16 @@ FLAGS
|
|||
◆ readonly: (optional) A boolean. If true, this volume will be
|
||||
read-only from all mounts.
|
||||
|
||||
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.
|
||||
Additional keys:
|
||||
◆ size-limit: (optional) A quantity representing the maximum amount
|
||||
of memory allocated to this volume, such as "512Mi" or "3G". Data
|
||||
stored in an in-memory volume consumes the memory allocation of the
|
||||
container that wrote the data. If size-limit is not specified, the
|
||||
maximum size will be half the total memory limit of all containers.
|
||||
|
||||
nfs: Represents a volume backed by an NFS server. Additional keys:
|
||||
◆ location: (required) The location of the NFS Server, in the form
|
||||
SERVER:/PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue