We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d92297 commit 4b12d6cCopy full SHA for 4b12d6c
1 file changed
docs/docs/20-admins/30-operation/50-remote.md
@@ -193,7 +193,12 @@ User session scheduling is based on label and taints to select nodes where to ru
193
- [ ] CSI-rClone Operator (for remote storage)
194
195
```bash
196
- helm install --set-json='csiNodepluginRclone.tolerations=[{"effect": "NoSchedule", "operator": "Exists"}]' csi-rclone renku/csi-rclone
+ helm install \
197
+ --create-namespace \
198
+ --namespace csi-rclone \
199
+ --set-json='csiNodepluginRclone.tolerations=[{"effect": "NoSchedule", "operator": "Exists"}]' \
200
+ csi-rclone \
201
+ renku/csi-rclone
202
```
203
204
## Configuration parameters
0 commit comments