-
最大的好处,简化了Ceph的安装,其实用最新的Cephadm安装也不是很麻烦
-
需要有K8s环境
-
- rook支持多种存储,不过截至文章发布日,只有Ceph是处于stable的
- rook支持多种存储,不过截至文章发布日,只有Ceph是处于stable的
-
安装
- 在K8s的节点上的存储的要求:
Raw devices (no partitions or formatted filesystems) Raw partitions (no formatted filesystem) PVs available from a storage class in block mode
- 查看存储是否符合要求 :
lsblk -f
- 步骤还是很简单的:
$ git clone --single-branch --branch {{ branchName }} https://github.com/rook/rook.git
cd rook/cluster/examples/kubernetes/ceph
kubectl create -f crds.yaml -f common.yaml -f operator.yaml
kubectl create -f cluster.yaml - 其中需要修改的可能就是节点数量,默认是3,如果你的K8s就只有3,因为master节点是有
taints
的,所以可能要改为1
- 在K8s的节点上的存储的要求:
rook-ceph安装
最新推荐文章于 2024-09-02 14:21:59 发布