From afd9bde2bb2909882dca308494f28be8cb49f409 Mon Sep 17 00:00:00 2001 From: "whmzsu@gmail.com" Date: Wed, 18 Apr 2018 22:15:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Ceph=E5=9C=A8Kubernetes?= =?UTF-8?q?=E9=9B=86=E7=BE=A4=E7=94=A8Helm=E6=89=98=E7=AE=A1=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E7=AB=A0=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SUMMARY.md | 1 + practice/ceph-helm-install-guide-zh.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SUMMARY.md b/SUMMARY.md index edc02d83b..4a7855c51 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -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) diff --git a/practice/ceph-helm-install-guide-zh.md b/practice/ceph-helm-install-guide-zh.md index 95fb5d20f..8fd36864b 100644 --- a/practice/ceph-helm-install-guide-zh.md +++ b/practice/ceph-helm-install-guide-zh.md @@ -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 环境已经可用。