nfs-server

This commit is contained in:
huanqing.shao
2019-10-03 18:55:49 +08:00
parent d90217f65d
commit 5a1eb0f9be
7 changed files with 119 additions and 6 deletions

View File

@ -16,6 +16,10 @@ description: 通过Kuboard将一个预先定义好的SpringCloud微服务样例
example中用到了存储卷声明请在 Kuboard 中 [创建存储类](/guide/cluster/storage.html?id=创建存储类) ,否则不能完成 example 的导入操作。
::: tip
许多网友自己搭建 NFS 测试环境,再创建 NFS存储类经常碰到 `access denied` 这类权限问题。为了帮助大家更快地完成 NFS 测试环境搭建Kuboard提供了一篇NFS相关的简明文档请参考 [搭建NFS Server](/learning/k8s-intermediate/persistent/nfs.html)
:::
## 创建名称空间
创建新的名称空间,用来导入 exmaple。可参考 [创建名称空间](/guide/cluster/namespace.html?id=创建名称空间)

View File

@ -27,6 +27,10 @@ description: 使用Kuboard在Kubernetes上安装监控套件并对example微
### 安装全局监控套件
::: tip
许多网友自己搭建 NFS 测试环境,再创建 NFS存储类经常碰到 `access denied` 这类权限问题。为了帮助大家更快地完成 NFS 测试环境搭建Kuboard提供了一篇NFS相关的简明文档请参考 [搭建NFS Server](/learning/k8s-intermediate/persistent/nfs.html)
:::
* 在 master 节点执行
```bash