From 287799db0b7131a0a173e39647ecb53cac44a5ca Mon Sep 17 00:00:00 2001 From: Bettygogo2021 Date: Tue, 13 Sep 2022 16:49:38 +0800 Subject: [PATCH] update NFS description Signed-off-by: Bettygogo2021 --- content/en/docs/v3.3/cluster-administration/storageclass.md | 2 +- .../persistent-storage-configurations/install-nfs-client.md | 2 +- .../v3.3/reference/storage-system-installation/nfs-server.md | 2 +- content/zh/docs/v3.3/cluster-administration/storageclass.md | 2 +- .../persistent-storage-configurations/install-nfs-client.md | 2 +- .../v3.3/reference/storage-system-installation/nfs-server.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/docs/v3.3/cluster-administration/storageclass.md b/content/en/docs/v3.3/cluster-administration/storageclass.md index af2c3d586..080600004 100644 --- a/content/en/docs/v3.3/cluster-administration/storageclass.md +++ b/content/en/docs/v3.3/cluster-administration/storageclass.md @@ -146,7 +146,7 @@ NFS (Net File System) is widely used on Kubernetes with the external-provisioner {{< notice note >}} -It is not recommended that you use NFS storage for production (especially on Kubernetes version 1.20 or later) as some issues may occur, such as `failed to obtain lock` and `input/output error`, resulting in Pod `CrashLoopBackOff`. Besides, some apps may not be compatible with NFS, including [Prometheus](https://github.com/prometheus/prometheus/blob/03b354d4d9386e4b3bfbcd45da4bb58b182051a5/docs/storage.md#operational-aspects). +NFS is incompatible with some applications, for example, Prometheus, which may result in pod creation failures. If you need to use NFS in the production environment, ensure that you have understood the risks. For more information, contact support@kubesphere.cloud. {{}} diff --git a/content/en/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-nfs-client.md b/content/en/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-nfs-client.md index ab77c6372..97f38d46e 100644 --- a/content/en/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-nfs-client.md +++ b/content/en/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-nfs-client.md @@ -11,7 +11,7 @@ This tutorial demonstrates how to set up a KubeSphere cluster and configure NFS {{< notice note >}} - Ubuntu 16.04 is used as an example in this tutorial. -- It is not recommended that you use NFS storage for production (especially on Kubernetes version 1.20 or later) as some issues may occur, such as `failed to obtain lock` and `input/output error`, resulting in Pod `CrashLoopBackOff`. Besides, some apps may not be compatible with NFS, including [Prometheus](https://github.com/prometheus/prometheus/blob/03b354d4d9386e4b3bfbcd45da4bb58b182051a5/docs/storage.md#operational-aspects). +- NFS is incompatible with some applications, for example, Prometheus, which may result in pod creation failures. If you need to use NFS in the production environment, ensure that you have understood the risks. For more information, contact support@kubesphere.cloud. {{}} diff --git a/content/en/docs/v3.3/reference/storage-system-installation/nfs-server.md b/content/en/docs/v3.3/reference/storage-system-installation/nfs-server.md index 44dfa83a0..b69cec05e 100644 --- a/content/en/docs/v3.3/reference/storage-system-installation/nfs-server.md +++ b/content/en/docs/v3.3/reference/storage-system-installation/nfs-server.md @@ -13,7 +13,7 @@ Once your NFS server machine is ready, you can use [KubeKey](../../../installing {{< notice note >}} - You can also create the storage class of NFS-client after you install a KubeSphere cluster. -- It is not recommended that you use NFS storage for production (especially on Kubernetes version 1.20 or later) as some issues may occur, such as `failed to obtain lock` and `input/output error`, resulting in Pod `CrashLoopBackOff`. Besides, some apps may not be compatible with NFS, including [Prometheus](https://github.com/prometheus/prometheus/blob/03b354d4d9386e4b3bfbcd45da4bb58b182051a5/docs/storage.md#operational-aspects). +- NFS is incompatible with some applications, for example, Prometheus, which may result in pod creation failures. If you need to use NFS in the production environment, ensure that you have understood the risks. For more information, contact support@kubesphere.cloud. {{}} diff --git a/content/zh/docs/v3.3/cluster-administration/storageclass.md b/content/zh/docs/v3.3/cluster-administration/storageclass.md index e14a0941c..c9e63d4e0 100644 --- a/content/zh/docs/v3.3/cluster-administration/storageclass.md +++ b/content/zh/docs/v3.3/cluster-administration/storageclass.md @@ -168,7 +168,7 @@ NFS(网络文件系统)广泛用于带有 [NFS-Client](https://github.com/ku {{< notice note >}} -不建议您在生产环境中使用 NFS 存储(尤其是在 Kubernetes 1.20 或以上版本),这可能会引起 `failed to obtain lock` 和 `input/output error` 等问题,从而导致容器组 `CrashLoopBackOff`。此外,部分应用不兼容 NFS,例如 [Prometheus](https://github.com/prometheus/prometheus/blob/03b354d4d9386e4b3bfbcd45da4bb58b182051a5/docs/storage.md#operational-aspects) 等。 +NFS 与部分应用不兼容(例如 Prometheus),可能会导致容器组创建失败。如果确实需要在生产环境中使用 NFS,请确保您了解相关风险或咨询 KubeSphere 技术支持 support@kubesphere.cloud。 {{}} diff --git a/content/zh/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-nfs-client.md b/content/zh/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-nfs-client.md index 425f608f5..beb97c51c 100644 --- a/content/zh/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-nfs-client.md +++ b/content/zh/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-nfs-client.md @@ -11,7 +11,7 @@ weight: 3330 {{< notice note >}} - 本教程以 Ubuntu 16.04 为例。 -- 不建议您在生产环境中使用 NFS 存储(尤其是在 Kubernetes 1.20 或以上版本),这可能会引起 `failed to obtain lock` 和 `input/output error` 等问题,从而导致 Pod `CrashLoopBackOff`。此外,部分应用不兼容 NFS,例如 [Prometheus](https://github.com/prometheus/prometheus/blob/03b354d4d9386e4b3bfbcd45da4bb58b182051a5/docs/storage.md#operational-aspects) 等。 +- NFS 与部分应用不兼容(例如 Prometheus),可能会导致容器组创建失败。如果确实需要在生产环境中使用 NFS,请确保您了解相关风险或咨询 KubeSphere 技术支持 support@kubesphere.cloud。 {{}} diff --git a/content/zh/docs/v3.3/reference/storage-system-installation/nfs-server.md b/content/zh/docs/v3.3/reference/storage-system-installation/nfs-server.md index b1b03b3b0..7b919484c 100644 --- a/content/zh/docs/v3.3/reference/storage-system-installation/nfs-server.md +++ b/content/zh/docs/v3.3/reference/storage-system-installation/nfs-server.md @@ -13,7 +13,7 @@ NFS 服务器机器就绪后,您可以使用 [KubeKey](../../../installing-on- {{< notice note >}} - 您也可以在安装 KubeSphere 集群后创建 NFS-client 的存储类型。 -- 不建议您在生产环境中使用 NFS 存储(尤其是在 Kubernetes 1.20 或以上版本),这可能会引起 `failed to obtain lock` 和 `input/output error` 等问题,从而导致 Pod `CrashLoopBackOff`。此外,部分应用不兼容 NFS,例如 [Prometheus](https://github.com/prometheus/prometheus/blob/03b354d4d9386e4b3bfbcd45da4bb58b182051a5/docs/storage.md#operational-aspects) 等。 +- NFS 与部分应用不兼容(例如 Prometheus),可能会导致容器组创建失败。如果确实需要在生产环境中使用 NFS,请确保您了解相关风险或咨询 KubeSphere 技术支持 support@kubesphere.cloud。 {{}}