Configuring the Ceph-csi Plugin and Setup Program
Configure the Ceph-csi plugin and setup program on the Kubernetes management node, including modifying the csi-rbdplugin.yaml and csi-rbdplugin-provisioner.yaml files.
- Configure the Ceph-csi plugin.
kubectl apply -f csi-provisioner-rbac.yaml kubectl apply -f csi-nodeplugin-rbac.yaml
- Modify the YAML file. Comment out the kms parts in csi-rbdplugin.yaml and csi-rbdplugin-provisioner.yaml.
- Comment out the kms content in csi-rbdplugin.yaml.


- Comment out the kms content in csi-rbdplugin-provisioner.yaml.


- Comment out the kms content in csi-rbdplugin.yaml.
- Deploy the setup program and node plugin.
kubectl apply -f csi-rbdplugin.yaml kubectl apply -f csi-rbdplugin-provisioner.yaml
- Query the pod status.
kubectl get pod -o wide
If the status is Running, the deployment is successful.

Parent topic: Integrating Ceph with Kubernetes