diff --git a/docs/FAQ.md b/docs/FAQ.md new file mode 100644 index 00000000..45fd711c --- /dev/null +++ b/docs/FAQ.md @@ -0,0 +1,8 @@ +--- +title: "The csi-nfs module: FAQ" +description: CSI NFS module FAQ +--- + +## Is it possible to change the parameters of an NFS server for already created PVs? + +No, the connection data to the NFS server is stored directly in the PV manifest and cannot be changed. Changing the Storage Class also does not affect the connection settings in already existing PVs. \ No newline at end of file diff --git a/docs/FAQ_RU.md b/docs/FAQ_RU.md new file mode 100644 index 00000000..22c8d662 --- /dev/null +++ b/docs/FAQ_RU.md @@ -0,0 +1,8 @@ +--- +title: "Модуль csi-nfs: FAQ" +description: FAQ по модулю CSI NFS +--- + +## Возможно ли изменение параметров NFS-сервера уже созданных PV? + +Нет, данные для подключения к NFS-серверу сохраняются непосредственно в манифесте PV, и не подлежат изменению. Изменение Storage Class также не повлечет изменений настроек подключения в уже существующих PV. \ No newline at end of file diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..583c647a --- /dev/null +++ b/docs/README.md @@ -0,0 +1,43 @@ +--- +title: "The csi-nfs module" +description: "The csi-nfs module: General Concepts and Principles." +moduleStatus: experimental +--- + +This module provides CSI that manages volumes based on `NFS`. + +> **Caution!** The user is not allowed to create a `StorageClass` for the `nfs.csi.k8s.io` CSI driver. + +## Quickstart guide + +Note that all commands must be run on a machine that has administrator access to the Kubernetes API. + +### Enabling modules + +- Enable the `csi-nfs` module. This will result in the following actions across all cluster nodes: + - registration of the CSI driver; + - launch of service pods for the `csi-nfs` components. + +```shell +kubectl apply -f - < **Внимание!** Создание `StorageClass` для CSI-драйвера `nfs.csi.k8s.io` пользователем запрещено. + +## Быстрый старт + +Все команды следует выполнять на машине, имеющей доступ к API Kubernetes с правами администратора. + +### Включение модулей + +- Включить модуль `csi-nfs`. Это приведет к тому, что на всех узлах кластера будет: + - зарегистрирован CSI драйвер; + - запущены служебные поды компонентов `csi-nfs`. + +```shell +kubectl apply -f - <