Skip to content

Commit

Permalink
chore(docs): fix typos (#670)
Browse files Browse the repository at this point in the history
fix typos

Signed-off-by: mortelumina98 <[email protected]>
  • Loading branch information
mortelumina98 authored Jan 28, 2025
1 parent 7499b6d commit cd48133
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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?
Expand All @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions docs/USER_GUIDE_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1084,7 +1084,7 @@ spec:

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

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

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

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

```yaml
spec:
virtualMachineIPAdressName: linux-vm-custom-ip
virtualMachineIPAddressName: linux-vm-custom-ip
```
### Как сохранить присвоенный виртуальной машине ip-адрес?
Expand Down Expand Up @@ -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 минут. Поэтому существует возможность вновь его занять по запросу:
Expand Down

0 comments on commit cd48133

Please sign in to comment.