CSI driver for Ceph. Contribute to ceph/ceph-csi development by creating an account on GitHub.
GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address...
https://github.com/ceph/ceph-csi/blob/devel/deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml https://github.com/ceph/ceph-csi/blob/devel/deploy/rbd/kubernetes/csi-rbdplugin.yaml 其中csi-rbdplugin-provisioner.yaml包含了名称为csi-rbdplugin-provisioner的deployment,csi-rbdplugin.yaml包含了名称为csi...
当ceph-csi组件启动时指定的driver type为rbd时,会启动rbd driver相关的服务。然后再根据controllerserver、nodeserver的参数配置,决定启动ControllerServer与IdentityServer,或NodeServer与IdentityServer。 基于tag v3.0.0 https://github.com/ceph/ceph-csi/releases/tag/v3.0.0 rbd driver分析将分为4个部分,分别是服...
git clone https://github.com/ceph/ceph-csi.git -b release-v3.4 cd ceph-csi/deploy/cephfs/kubernetes 2、修改yaml文件 # cat csi-config-map.yaml --- apiVersion: v1 kind: ConfigMap data: config.json: |- [ { "clusterID": "627227aa-4a5e-47c1-b822-28251f8a9936",#自己的集群 "monitor...
ceph版本和Ceph的CSI驱动程序 ceph版本和Ceph的CSI驱动程序 ceph 查看ceph版本 Ceph的CSI驱动程序 ceph ceph版本和Ceph的CSI驱动程序 查看ceph版本 官网ceph-releases-index Ceph的CSI驱动程序 Ceph的CSI驱动程序 https://github.com/ceph/ceph-csi
https://github.com/ceph/ceph-csi 兼容性 在Kubernetes集群中接入 Ceph 存储系统时,需要注意 Ceph 版本和Kubernetes版本,以及与 Ceph CSI 版本的兼容性。下表列出了支持 RBD 和 CephFS 所需的软件版本。 新特性 Ceph CSI 3.0.0 新增了以下特性:
因为kubernetes默认的provisioner: kubernetes.io/rbd 无法正常使用,改用ceph官网提供的provisioner: rbd.csi.ceph.com,需要部署相关的csi插件以及配置ceph连接授权,所以本文记录如下。 1、下载部署清单 git clone https://github.com/ceph/ceph-csi.git cd ceph-csi/deploy/rbd/kubernetes ...
https://github.com/ceph/ceph-csi https://github.com/ajinkyaingole30/K8s-Ceph ceph-csi的文档说明不是很细致,所以有些具体参数还需要搜下github,比较快 预置条件: 创建一个ceph rbd 池,我这里是qaokd,并在该池内部创建一个ns,则所有pvc对应的rbd都在该目录下面 ...
$ git clone --depth 1 --branch v3.1.0 https://gitclone.com/github.com/ceph/ceph-csi 这里使用gitclone来加速拉取。 修改Configmap 获取Ceph集群的信息: $ ceph mon dump dumped monmapepoch1 epoch 1 fsid 154c3d17-a9af-4f52-b83e-0fddd5db6e1b ...