Skip to content

Commit

Permalink
csi: update csi-addons repo link
Browse files Browse the repository at this point in the history
updating csi-addons repo link
to pull the yamls for installation

closes: rook#14394

Signed-off-by: Madhu Rajanna <[email protected]>
(cherry picked from commit 266fd49)
  • Loading branch information
Madhu-1 authored and travisn committed Jul 2, 2024
1 parent 9e9787c commit 17bcdc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,19 +201,8 @@ If a node goes down where a pod is running where a RBD RWO volume is mounted, th

### Configure CSI-Addons

Deploy the csi-addons manifests:
Deploy csi-addons controller and enable `csi-addons` sidecar as mentioned in the [CSI Addons](../Ceph-CSI/ceph-csi-drivers#CSI-Addons-Controller) guide.

```console
kubectl create -f https://raw.githubusercontent.com/csi-addons/kubernetes-csi-addons/v0.8.0/deploy/controller/crds.yaml
kubectl create -f https://raw.githubusercontent.com/csi-addons/kubernetes-csi-addons/v0.8.0/deploy/controller/rbac.yaml
kubectl create -f https://raw.githubusercontent.com/csi-addons/kubernetes-csi-addons/v0.8.0/deploy/controller/setup-controller.yaml
```

Enable the `csi-addons` sidecar in the Rook operator configuration.

```console
kubectl patch cm rook-ceph-operator-config -n<namespace> -p $'data:\n "CSI_ENABLE_CSIADDONS": "true"'
```

### Handling Node Loss

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ that the controller inspects and forwards to one or more CSI-Addons sidecars for
Deploy the controller by running the following commands:
```console
kubectl create -f https://raw.githubusercontent.com/csi-addons/kubernetes-csi-addons/v0.8.0/deploy/controller/crds.yaml
kubectl create -f https://raw.githubusercontent.com/csi-addons/kubernetes-csi-addons/v0.8.0/deploy/controller/rbac.yaml
kubectl create -f https://raw.githubusercontent.com/csi-addons/kubernetes-csi-addons/v0.8.0/deploy/controller/setup-controller.yaml
kubectl create -f https://github.com/csi-addons/kubernetes-csi-addons/releases/download/v0.8.0/crds.yaml
kubectl create -f https://github.com/csi-addons/kubernetes-csi-addons/releases/download/v0.8.0/rbac.yaml
kubectl create -f https://github.com/csi-addons/kubernetes-csi-addons/releases/download/v0.8.0/setup-controller.yaml
```

This creates the required CRDs and configures permissions.
Expand Down

0 comments on commit 17bcdc1

Please sign in to comment.