-
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.
Signed-off-by: Pavel Tishkov <[email protected]>
- Loading branch information
Showing
9 changed files
with
70 additions
and
180 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 |
---|---|---|
@@ -1,30 +1,4 @@ | ||
--- | ||
title: "Configuration" | ||
title: "Module configuration" | ||
weight: 30 | ||
--- | ||
|
||
Virtualization module configuration example: | ||
|
||
```yaml | ||
apiVersion: deckhouse.io/v1alpha1 | ||
kind: ModuleConfig | ||
metadata: | ||
name: virtualization | ||
spec: | ||
# Enable the module. | ||
enabled: true | ||
version: 1 | ||
settings: | ||
# List of subnets for virtual machines. | ||
virtualMachineCIDRs: | ||
- 10.10.10.0/24 | ||
- 10.20.10.0/24 | ||
- 10.30.10.0/24 | ||
- 11.11.22.33/32 | ||
# Virtual machine image storage settings. | ||
dvcr: | ||
storage: | ||
persistentVolumeClaim: | ||
size: 50G | ||
type: PersistentVolumeClaim | ||
``` |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
title: "Настройка" | ||
title: "Настройки модуля" | ||
weight: 30 | ||
--- |
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
Oops, something went wrong.