-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: move sc annotations info to dev docs
Signed-off-by: Pavel Tishkov <pavel.tishkov@flant.com>
- Loading branch information
Showing
3 changed files
with
7 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
The following annotations can be used to modify the standard `PersistentVolumeClaim` parameter determination process for `StorageClass` during creation PVC for VD: | ||
|
||
| Annotation | Valid values | | ||
| ---------------------------------------------------- | -------------------------------- | | ||
| virtualdisk.virtualization.deckhouse.io/volume-mode | `Block`, `Filesystem` | | ||
| virtualdisk.virtualization.deckhouse.io/access-mode | `ReadWriteOnce`, `ReadWriteMany` | | ||
| virtualdisk.virtualization.deckhouse.io/binding-mode | `Immediate` | |