From 30abebd5e23a1a627c2e2c578349fff45ca602ec Mon Sep 17 00:00:00 2001 From: Sean Lang Date: Tue, 18 Oct 2016 17:37:45 -0400 Subject: [PATCH] Change link to official Ceph Kubernetes docs @elsonrodriguez, @hunter, and @leseb have gotten Ceph to run almost entirely within Kubernetes. Also, the official Ceph Docker image is more likely to be kept updated. --- examples/volumes/cephfs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/volumes/cephfs/README.md b/examples/volumes/cephfs/README.md index a4946c8b8fe..1f9b62c384e 100644 --- a/examples/volumes/cephfs/README.md +++ b/examples/volumes/cephfs/README.md @@ -38,7 +38,7 @@ Install Ceph on the Kubernetes host. For example, on Fedora 21 # yum -y install ceph -If you don't have a Ceph cluster, you can set up a [containerized Ceph cluster](https://github.com/rootfs/ceph_docker) +If you don't have a Ceph cluster, you can set up a [containerized Ceph cluster](https://github.com/ceph/ceph-docker/tree/master/examples/kubernetes) Then get the keyring from the Ceph cluster and copy it to */etc/ceph/keyring*.