mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 11:00:25 +00:00
Fix identified issues
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
This commit is contained in:
parent
10af7e357d
commit
e000dff1ea
@ -2,7 +2,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: "1.0.0"
|
appVersion: "1.0.0"
|
||||||
description: "Container Storage Interface (CSI) driver,
|
description: "Container Storage Interface (CSI) driver,
|
||||||
provisioner, and attacher for Ceph RBD"
|
provisioner, snapshotter, and attacher for Ceph RBD"
|
||||||
name: ceph-csi-rbd
|
name: ceph-csi-rbd
|
||||||
version: 0.4.0
|
version: 0.4.0
|
||||||
keywords:
|
keywords:
|
||||||
@ -11,4 +11,4 @@ keywords:
|
|||||||
- ceph-csi
|
- ceph-csi
|
||||||
home: https://github.com/ceph/ceph-csi
|
home: https://github.com/ceph/ceph-csi
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/ceph/ceph-csi/tree/master/deploy/rbd/kubernetes
|
- https://github.com/ceph/ceph-csi/tree/csi-v1.0/deploy/rbd/helm
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
The ceph-csi-rbd chart adds rbd volume support to your cluster.
|
The ceph-csi-rbd chart adds rbd volume support to your cluster.
|
||||||
|
|
||||||
|
|
||||||
## Install Chart
|
## Install Chart
|
||||||
|
|
||||||
To install the Chart into your Kubernetes cluster :
|
To install the Chart into your Kubernetes cluster :
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
Examples on how to configure a storage class and start using the driver are here:
|
Examples on how to configure a storage class and start using the driver are here:
|
||||||
https://github.com/ceph/ceph-csi/tree/master/examples/rbd
|
https://github.com/ceph/ceph-csi/tree/csi-v1.0/examples/rbd
|
||||||
|
Loading…
Reference in New Issue
Block a user