apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: csi-cephfs-sc provisioner: cephfs.csi.ceph.com parameters: clusterID: fa263819-c3ef-45e7-94ca-aba445904fb2 #自己集群id fsName: fs #这个到自己 fliesystem 去找 pool: cephfs.fs.data # mounter: fuse 挂载方式 csi.storage.k8...
官方字段解释: https://github.com/ceph/ceph-csi/blob/v3.4.0/examples/csi-config-map-sample.yaml 3、部署cephfs相关的CSI # kubectl apply -f ceph-csi/deploy/cephfs/kubernetes/# kubectlgetpods |grep cephfs csi-cephfsplugin-provisioner-b77cd56c9-4kdq86/6Running014m csi-cephfsplugin-vgzrx3/...
# cat storageclass.yaml---apiVersion:storage.k8s.io/v1kind:StorageClassmetadata:name:csi-cephfs-scprovisioner:cephfs.csi.ceph.comparameters:clusterID:c7b43ef7-c61e-4668-9970-82c9775e3696fsName:cephfspool:fs_datarootPath:/testcsi.storage.k8s.io/provisioner-secret-name:csi-cephfs-secretcsi.sto...
5、Kubernetes与Ceph集成:课程详细介绍了如何使用ceph-csi实现Kubernetes与外部Ceph集群的集成,包括RBD与CephFS两种存储类型的接入。 6、最后,课程涵盖了Ceph集群升级、部署注意事项、Dashboard中文支持、Grafana仪表盘修改等内容,能够应对实际运维中的复杂场景,确保集群长期稳定运行。it...
Describe the bug The helm chart ceph-csi-cephfs doesn't support encryption out of the box. It doesn't contain the volume mount for the encryption configuration as per the RBD one It is lacking configmap/read permission and POD_NAMESPACE ...
系统版本 使用方式 部署了csi插件后,调整configmap配置(csi-config-map-sample.yaml);创建secret(注意指定ceph集群的明文信息)...
在OpenShift 4.x 版本里,如果想要使用 Ceph 作为持久化存储,那应该使用 CSI(Container Storage Interface)。但 OpenShift 自身不会提供 CSI drivers,CSI drivers 需要存储厂商或者存储项目的社区提供。 CephFS CSI drivers就是来自社区 Ceph-CSI features and available versions.jpg ...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} ceph / ceph-csi Public Notifications You must be signed in to change notification settings Fork 553 Star 1.3k Code ...
Ceph 官网地址:Ceph.io — Home Ceph 官方文档:Intro to Ceph — Ceph Documentation Ceph 是一种开源的分布式的存储系统。它包含以下几种存储类型:块存储(rbd)、对象存储(RADOS Fateway)、文件系统(cephfs)。 1.1 块存储(rbd) 块是一个字节序列(例如 512 字节的数据块)。 基于块的存储接口是使用旋转介质(如...
cephfs-csi-nodeplugin-psp是一个特定的PodSecurityPolicy,旨在为使用CephFS CSI(Container Storage Interface)节点插件的Pods提供一组预定义的安全策略。CephFS是一个分布式文件系统,而CSI是一种标准,用于在容器编排系统(如Kubernetes)中扩展存储插件。通过定义这样的PSP,集群管理员可以确保CephFS CSI节点插件Pods在遵守...