Skip to content

Commit

Permalink
Update for helm charts cephfs-canary
Browse files Browse the repository at this point in the history
  • Loading branch information
ceph-csi-bot committed Jan 28, 2025
1 parent d96d441 commit 21420a1
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 155 deletions.
Binary file modified docs/cephfs/ceph-csi-cephfs-3-canary.tgz
Binary file not shown.
40 changes: 12 additions & 28 deletions docs/cephfs/ceph-csi-cephfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,19 @@ cd charts

### 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
Create the namespace where Helm should install the components with

```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

```bash
kubectl create namespace ceph-csi-cephfs
```
```bash
kubectl create namespace ceph-csi-cephfs
```

Run the installation
Run the installation

```bash
helm install --namespace "ceph-csi-cephfs" "ceph-csi-cephfs" ceph-csi/ceph-csi-cephfs
```
```bash
helm install --namespace "ceph-csi-cephfs" "ceph-csi-cephfs" ceph-csi/ceph-csi-cephfs
```

After installation succeeds, you can get a status of Chart

Expand Down Expand Up @@ -111,17 +103,9 @@ permissions will be granted globally via a *ClusterRole*.

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
helm uninstall "ceph-csi-cephfs" --namespace "ceph-csi-cephfs"
```
```bash
helm uninstall "ceph-csi-cephfs" --namespace "ceph-csi-cephfs"
```

If you want to delete the namespace, use this command

Expand Down
Loading

0 comments on commit 21420a1

Please sign in to comment.