Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): fix typos #670

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/USER_GUIDE.md
Original file line number Diff line number Diff line change
@@ -667,7 +667,7 @@ spec:
- nginx
- qemu-guest-agent
run_cmd:
- systemctl daemon-relaod
- systemctl daemon-reload
- systemctl enable --now nginx.service
- systemctl enable --now qemu-guest-agent.service
ssh_pwauth: True
@@ -1077,7 +1077,7 @@ spec:

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

In this example, the virtual machine will be placed, if possible (since preffered is used) only on hosts that have a virtual machine with the server label and database value.
In this example, the virtual machine will be placed, if possible (since preferred is used) only on hosts that have a virtual machine with the server label and database value.

#### Avoid co-location (AntiAffinity)

@@ -1480,7 +1480,7 @@ Create a new or modify an existing virtual machine and specify the required `vmi

```yaml
spec:
virtualMachineIPAdressName: linux-vm-custom-ip
virtualMachineIPAddressName: linux-vm-custom-ip
```

### How to save the ip address assigned to the virtual machine?
@@ -1507,7 +1507,7 @@ After the virtual machine is deleted, the `vmip` resource is preserved and can b

```yaml
spec:
virtualMachineIPAdressName: linux-vm-7prpx
virtualMachineIPAddressName: linux-vm-7prpx
```

Even if the `vmip` resource is deleted. It remains rented for the current project/namespace for another 10 minutes. Therefore, it is possible to reoccupy it on request:
8 changes: 4 additions & 4 deletions docs/USER_GUIDE_RU.md
Original file line number Diff line number Diff line change
@@ -674,7 +674,7 @@ spec:
- nginx
- qemu-guest-agent
run_cmd:
- systemctl daemon-relaod
- systemctl daemon-reload
- systemctl enable --now nginx.service
- systemctl enable --now qemu-guest-agent.service
ssh_pwauth: True
@@ -1084,7 +1084,7 @@ spec:

![](images/placement-vm-affinity.ru.png)

В этом примере виртуальная машина будет размещена, если будет такая возможность (тк используется preffered) только на узлах на которых присутствует виртуальная машина с меткой server и значением database.
В этом примере виртуальная машина будет размещена, если будет такая возможность (тк используется preferred) только на узлах на которых присутствует виртуальная машина с меткой server и значением database.

#### Избежание совместного размещения (AntiAffinity)

@@ -1484,7 +1484,7 @@ IP-адрес виртуальной машине назначается авт

```yaml
spec:
virtualMachineIPAdressName: linux-vm-custom-ip
virtualMachineIPAddressName: linux-vm-custom-ip
```

### Как сохранить присвоенный виртуальной машине ip-адрес?
@@ -1513,7 +1513,7 @@ d8 k patch vmip linux-vm-7prpx --type=merge --patch '{"metadata":{"ownerReferenc

```yaml
spec:
virtualMachineIPAdressName: linux-vm-7prpx
virtualMachineIPAddressName: linux-vm-7prpx
```

Даже если ресурс `vmip` будет удален. Он остаётся арендованным для текущего проекта/неймспейса еще 10 минут. Поэтому существует возможность вновь его занять по запросу: