mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
02bcb5f16a
Use Deployment with leader election instead of StatefulSet Deployment behaves better when a node gets disconnected from the rest of the cluster - new provisioner leader is elected in ~15 seconds, while it may take up to 5 minutes for StatefulSet to start a new replica. Refer: kubernetes-csi/external-provisioner@52d1fbc Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
3 lines
142 B
Plaintext
3 lines
142 B
Plaintext
Examples on how to configure a storage class and start using the driver are here:
|
|
https://github.com/ceph/ceph-csi/tree/csi-v1.0/examples/rbd
|