Skip to content

Commit

Permalink
editing
Browse files Browse the repository at this point in the history
Signed-off-by: Lada Lysenko <lada.lysenko@flant.com>
  • Loading branch information
Lada Lysenko committed Feb 12, 2025
1 parent c04097f commit a0e3ba9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Successful startup of the operating system is determined by the following criter
* uninterrupted operation of key components such as networking and storage;
* no crashes or errors during operation.

For Linux family operating systems it is recommended to use guest OS images with cloud-init support, which allows initializing virtual machines after their creation.
For Linux family operating systems it is recommended to use guest OS images with `cloud-init` support, which allows initializing virtual machines after their creation.

For Windows operating systems, the platform supports initialization using the built-in sysprep utility.

Expand All @@ -115,7 +115,7 @@ Maximum amount of RAM: `1024 GB`

## Supported Storage Systems

Virtual machines use PersistentVolume resources. To manage these resources and allocate disk space within the cluster, one or more supported storage systems must be installed:
Virtual machines use `PersistentVolume` resources. To manage these resources and allocate disk space within the cluster, one or more supported storage systems must be installed:

| Storage System | Disk Location |
|---------------------------------------------|----------------------------|
Expand Down
6 changes: 3 additions & 3 deletions docs/INSTALL_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ weight: 15
* бесперебойная работа основных компонентов, таких как сеть и хранилище;
* отсутствие сбоев или ошибок в процессе работы.

Для операционных систем семейства Linux рекомендуется использовать образы гостевых ОС с поддержкой cloud-init, что позволяет выполнять инициализацию виртуальных машин после их создания.
Для операционных систем семейства Linux рекомендуется использовать образы гостевых ОС с поддержкой `cloud-init`, что позволяет выполнять инициализацию виртуальных машин после их создания.

Для операционных систем семейства Windows платформа поддерживает инициализацию с помощью встроенной утилиты sysprep.

Expand All @@ -119,7 +119,7 @@ weight: 15

## Поддерживаемые хранилища

Виртуальные машины используют ресурсы PersistentVolume. Для управления этими ресурсами и выделения дискового пространства в кластере должно быть установлено одно или несколько поддерживаемых хранилищ:
Виртуальные машины используют ресурсы `PersistentVolume`. Для управления этими ресурсами и выделения дискового пространства в кластере должно быть установлено одно или несколько поддерживаемых хранилищ:

| Хранилище | Расположение дисков |
|--------------------------------------------|----------------------------|
Expand Down Expand Up @@ -160,7 +160,7 @@ kind: ModuleConfig
metadata:
name: virtualization
spec:
enabled: true # включить модуль
enabled: true # Включить модуль.
settings:
dvcr:
storage:
Expand Down
2 changes: 1 addition & 1 deletion docs/USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ spec:
- ssd
```

![](images/placement-node-affinity.png)
![](images/placement-nodeselector.png)

In this example, the virtual machine will only be placed on hosts that have a `disktype` label with a value of `ssd`.

Expand Down

0 comments on commit a0e3ba9

Please sign in to comment.