Skip to content

Commit

Permalink
Merge pull request rook#14410 from rook/mergify/bp/release-1.13/pr-14408
Browse files Browse the repository at this point in the history
csi: update csi-addons repo link (backport rook#14408)
  • Loading branch information
travisn authored Jul 2, 2024
2 parents 9e9787c + 17bcdc1 commit 3e302ee
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 3e302ee

Please sign in to comment.