Skip to content

Commit

Permalink
docs: add etcd_volume_{size,type} docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Mar 18, 2024
1 parent 0ffba43 commit 3f1a636
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions docs/user/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,26 @@ specify the volume size and type using the following labels:

`boot_volume_size`

: The size in gigabytes of the boot volume.
**Default value**: `[cinder]/default_boot_volume_size` from Magnum configuration.
: The size in gigabytes of the boot volume. If you set this value, it will
enable boot from volume.
**Default value**: Unset

`boot_volume_type`

: The volume type of the boot volume.
**Default value**: `[cinder]/default_boot_volume_type` from Magnum configuration.
**Default value**: Default volume

`etcd_volume_size`

: The size in gigabytes of the `etcd` volume. If you set this value, it will
create a volume for `etcd` specifically and mount it on the system.
**Default value**: Unset

`etcd_volume_type`

: The volume type of the `etcd` volume, this can be useful if you want to use an
encrypted or high performance volume type.
**Default value**: None

!!! note

Expand Down

0 comments on commit 3f1a636

Please sign in to comment.