添加Ceph在Kubernetes集群用Helm托管安装章节

pull/183/head
whmzsu@gmail.com 2018-04-18 22:15:38 +08:00
parent a2cfcbf3cb
commit afd9bde2bb
2 changed files with 2 additions and 1 deletions

View File

@ -146,6 +146,7 @@
- [使用Heketi作为kubernetes的持久存储GlusterFS的external provisioner](practice/using-heketi-gluster-for-persistent-storage.md)
- [在OpenShift中使用GlusterFS做持久化存储](practice/storage-for-containers-using-glusterfs-with-openshift.md)
- [Ceph](practice/ceph.md)
- [用Helm托管安装Ceph集群并提供后端存储](practice/ceph-helm-install-guide-zh.md)
- [使用Ceph做持久化存储](practice/using-ceph-for-persistent-storage.md)
- [OpenEBS](practice/openebs.md)
- [使用OpenEBS做持久化存储](practice/using-openebs-for-persistent-storage.md)

View File

@ -1,4 +1,4 @@
# 在Kubernetes集群中用Helm托管安装Ceph集群并提供后端存储
# 用Helm托管安装Ceph集群并提供后端存储
本文翻译自Ceph[官方文档](http://docs.ceph.com/docs/master/start/kube-helm/),括号内的内容为注释。
## 安装
[ceph-helm ](https://github.com/ceph/ceph-helm/)项目可让你在Kubernetes 环境以托管方式部署Ceph . 本文档假定Kubernetes 环境已经可用。