Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
  • Loading branch information
AleksZimin committed May 15, 2024
1 parent 63694c5 commit 4cd2c47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ spec:
EOF
```

In this example, a directory `/<namespace>/<PVC name>` will be created on the NFS server for each PV.

> **Caution!** The PVC name is set by the user. Such `subDir` settings may lead to a situation where the name of a newly created PVC matches the name of a previously deleted PVC. If `reclaimPolicy` is set to `Retain`, the data from the previously allocated PVs with the same name will be available in the new volume.
In this example, a directory `/<namespace>/<PVC name>` will be created on the NFS server for each volume.

> **Caution!** The PVC name is set by the user. Such `subDir` settings may lead to a situation where the directory name for a newly created volume matches the directory name of a previously deleted volume. If `reclaimPolicy` is set to `Retain`, the data from the previously allocated volumes with the same PVC name will be available in the new volume.
### Example without templates

Expand Down
4 changes: 2 additions & 2 deletions docs/FAQ_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ spec:
EOF
```

В данном примере на NFS-сервере для каждой PV будет создаваться каталог `/<название namespace>/<название PVC>`.
В данном примере на NFS-сервере для каждого тома будет создаваться каталог `/<название namespace>/<название PVC>`.

> **Внимание!** Имя PVC задается пользователем. Такие настройки `subDir` могут привести к ситуации, когда имя вновь создаваемого PVC совпадет с именем ранее удаленного PVC. Если `reclaimPolicy` установлен в значение `Retain`, то в новом томе будут доступны данные томов, выделенных ранее для PVC с таким же именем.
> **Внимание!** Имя PVC задается пользователем. Такие настройки `subDir` могут привести к ситуации, когда имя каталога для вновь создаваемого тома совпадет с именем каталога ранее удаленного тома. Если `reclaimPolicy` установлен в значение `Retain`, то в новом томе будут доступны данные томов, выделенных ранее для PVC с таким же именем.
### Пример без шаблонов

Expand Down

0 comments on commit 4cd2c47

Please sign in to comment.