$ git clone https://github.com/inative-io/rook-ceph.git $ cd rook-ceph/v1.11.9 $ kubectl apply -f crds.yaml -f common.yaml -f operator.yaml 为Running则Operator部署成功 $ kubectl get pod -n rook-ceph NAME READY STATUS RESTARTS AGE rook-ceph-operator-b89545b4f-j64vk 1/1 Running...
Hello,您可以直接执行该命令: echo -e 'docker pull hisunyh/registry.k8s.io.sig-storage.csi-snapshotter:v6.2.2\ndocker tag hisunyh/registry.k8s.io.sig-storage.csi-snapshotter:v6.2.2 registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2\ndocker tag hisunyh/registry.k8s.io.sig-storage.csi-...
目前,主要支持存储系统包括但不限于Ceph(主推)、Cassandra、NFS。 Rook复用了k8s集群节点用于自动化部署Ceph集群,优点是部署Ceph集群方便,缺点是如果Ceph集群出现故障,很难排查错误,我个人还是倾向于 使用独立的Ceph集群为k8s提供存储服务。 官网: https://rook.io 项目地址: https://github.com/rook 2 Rook...
部署Rook Operator $ git clone --single-branch --branch v1.10.13 https://github.com/rook/rook.git cd rook/deploy/examples #关闭自动发现新增磁盘 vim operator.yaml ROOK_ENABLE_DISCOVERY_DAEMON: "false" #扫描发现磁盘间隔 - name: ROOK_DISCOVER_DEVICES_INTERVAL value: "60s" kubectl create -f c...
git clone --single-branch --branch v1.6.3 https://github.com/rook/rook.git 更改配置 cd rook/cluster/examples/kubernetes/ceph 修改Rook CSI镜像地址,原本的地址可能是gcr的镜像,但是gcr的镜像无法被国内访问,所以需要同步gcr的镜像到阿里云镜像仓库,本文档已经为大家完成同步,可以直接修改如下: ...
git clone --single-branch --branch release-1.2https://github.com/rook/rook.git 修改operator.yaml 的镜像名,更改为私有仓库 ROOK_CSI_CEPH_IMAGE:"10.2.55.8:5000/kubernetes/cephcsi:v2.1.2"ROOK_CSI_REGISTRAR_IMAGE:"10.2.55.8:5000/kubernetes/csi-node-driver-registrar:v1.2.0"ROOK_CSI_RESIZER_IMAG...
github代码 rook-ceph镜像下载链接:https://pan.baidu.com/s/1SPK7K3NAWKhGTV_-A2tSOQ 提取码:cjmx $ https://github.com/rook/rook.git (https://gitee.com) $ git clone https://gitee.com/huanhui/rook.git $ git clone --single-branch --branch v1.6.7 https://github.com/rook/rook.git ...
git clone --single-branch --branch v1.6.3 https://github.com/rook/rook.git Rook operator.yaml 配置修改 cd rook/cluster/examples/kubernetes/ceph vim operator.yaml 修改Rook CSI镜像地址,原本的地址可能是gcr的镜像,但是gcr的镜像无法被国内访问,所以需要同步gcr的镜像到阿里云镜像仓库 ...
git clone --single-branch --branch v1.8.8 https://github.com/rook/rook.git 给所有需要安装ceph的worker节点安装lvm2 yum install lvm2 -y 检查三台worker节点是否安装成功 [root@k8s-worker1 ~]# yum list installed | grep lvm2 lvm2.x86_64 7:2.02.187-6.el7_9.5 @iflytekdc-updates lvm2-lib...
https://github.com/rook/rook 部署 cd cluster/examples/kubernetes/ceph kubectl create -f common.yaml kubectl create -f operator.yaml kubectl create -f cluster-test.yaml 连接验证 kubectl create -f toolbox.yaml kubectl -n rook-ceph get pod -l "app=rook-ceph-tools" ...