mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-02-23 18:39:30 +00:00
doc: Removes Helm 2 related documentation
This commit updates the documentation to reflect the deprecation of Helm v2. Signed-off-by: ShravaniVangur <shravanivangur@gmail.com>
This commit is contained in:
parent
ecd15970de
commit
dd2c5e15a3
@ -22,15 +22,7 @@ cd charts
|
|||||||
|
|
||||||
### Install Chart
|
### Install Chart
|
||||||
|
|
||||||
To install the Chart into your Kubernetes cluster
|
To install the Chart into your Kubernetes cluster(For helm 3.x):
|
||||||
|
|
||||||
- For helm 2.x
|
|
||||||
|
|
||||||
```bash
|
|
||||||
helm install --namespace "ceph-csi-cephfs" --name "ceph-csi-cephfs" ceph-csi/ceph-csi-cephfs
|
|
||||||
```
|
|
||||||
|
|
||||||
- For helm 3.x
|
|
||||||
|
|
||||||
Create the namespace where Helm should install the components with
|
Create the namespace where Helm should install the components with
|
||||||
|
|
||||||
@ -111,14 +103,6 @@ permissions will be granted globally via a *ClusterRole*.
|
|||||||
|
|
||||||
If you want to delete your Chart, use this command
|
If you want to delete your Chart, use this command
|
||||||
|
|
||||||
- For helm 2.x
|
|
||||||
|
|
||||||
```bash
|
|
||||||
helm delete --purge "ceph-csi-cephfs"
|
|
||||||
```
|
|
||||||
|
|
||||||
- For helm 3.x
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm uninstall "ceph-csi-cephfs" --namespace "ceph-csi-cephfs"
|
helm uninstall "ceph-csi-cephfs" --namespace "ceph-csi-cephfs"
|
||||||
```
|
```
|
||||||
|
@ -22,15 +22,7 @@ cd charts
|
|||||||
|
|
||||||
### Install chart
|
### Install chart
|
||||||
|
|
||||||
To install the Chart into your Kubernetes cluster
|
To install the Chart into your Kubernetes cluster(For helm 3.x):
|
||||||
|
|
||||||
- For helm 2.x
|
|
||||||
|
|
||||||
```bash
|
|
||||||
helm install --namespace "ceph-csi-rbd" --name "ceph-csi-rbd" ceph-csi/ceph-csi-rbd
|
|
||||||
```
|
|
||||||
|
|
||||||
- For helm 3.x
|
|
||||||
|
|
||||||
Create the namespace where Helm should install the components with
|
Create the namespace where Helm should install the components with
|
||||||
|
|
||||||
@ -84,14 +76,6 @@ compare your currently used values with the new default values.
|
|||||||
|
|
||||||
If you want to delete your Chart, use this command
|
If you want to delete your Chart, use this command
|
||||||
|
|
||||||
- For helm 2.x
|
|
||||||
|
|
||||||
```bash
|
|
||||||
helm delete --purge "ceph-csi-rbd"
|
|
||||||
```
|
|
||||||
|
|
||||||
- For helm 3.x
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm uninstall "ceph-csi-rbd" --namespace "ceph-csi-rbd"
|
helm uninstall "ceph-csi-rbd" --namespace "ceph-csi-rbd"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user