add some storage notes based on forum (#1134)

* add some storage notes based on forum

Signed-off-by: Sherlock113 <sherlockxu@yunify.com>

* Update volumes.md
This commit is contained in:
Sherlock113 2021-03-02 10:46:16 +08:00 committed by GitHub
parent eb08018a3f
commit 06951ea04c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 5 deletions

View File

@ -178,7 +178,7 @@ A default file `config-sample.yaml` will be created if you do not change the nam
{{< notice note >}}
To customize Kubernetes related parameters please refer to [Kubernetes Cluster Configurations](../vars/).
To customize Kubernetes related parameters, refer to [Kubernetes Cluster Configurations](../vars/).
{{</ notice >}}
@ -235,7 +235,8 @@ List all your machines under `hosts` and add their detailed information as above
{{< notice tip >}}
Before you install KubeSphere, you can use the information provided under `hosts` (for example, IP addresses and passwords) to test the network connection between the taskbox and other instances using SSH.
- Before you install KubeSphere, you can use the information provided under `hosts` (for example, IP addresses and passwords) to test the network connection between the taskbox and other instances using SSH.
- Make sure port 6443 is not being used by other services before the installation. Otherwise, it may cause conflicts as the default port of the API server is 6443.
{{</ notice >}}

View File

@ -156,7 +156,7 @@ From the **More** drop-down menu, there are three additional options provided by
- Clone a volume: Create a same volume.
- Create a volume snapshot: Create a volume snapshot which can be used to create volumes. For more information, see [Volume Snapshots](../volume-snapshots/).
- Expand a volume: Increase the size of a volume.
- Expand a volume: Increase the size of a volume. Keep in mind that you cannot reduce the size of a volume on the console due to possible data loss.
![volume-detail-page](/images/docs/project-user-guide/volume-management/volumes/volume-detail-page.jpg)

View File

@ -250,7 +250,8 @@ spec:
{{< notice tip >}}
在安装 KubeSphere 之前,您可以使用 `hosts` 下提供的信息(例如 IP 地址和密码)通过 SSH 的方式测试任务机和其他实例之间的网络连接。
- 在安装 KubeSphere 之前,您可以使用 `hosts` 下提供的信息(例如 IP 地址和密码)通过 SSH 的方式测试任务机和其他实例之间的网络连接。
- 在安装前,请确保端口 6443 没有被其他服务占用否则在安装时会产生冲突6443 为 API 服务器的默认端口)。
{{</ notice >}}

View File

@ -155,7 +155,7 @@ kubectl patch pvc <pvc-name> -p '{"metadata":{"finalizers":null}}'
- **存储卷克隆**:创建一个相同的存储卷。
- **创建快照**:创建一个存储卷快照,可用于创建其他存储卷。有关更多信息,请参阅[存储卷快照](../volume-snapshots/)。
- **存储卷扩容**:增加存储卷的容量。
- **存储卷扩容**:增加存储卷的容量。请注意,您无法在控制台上减少存储卷的容量,因为数据可能会因此丢失。
![volume-detail-page](/images/docs/zh-cn/project-user-guide/volume-management/volumes/volume-detail-page.jpg)