guide + typo

This commit is contained in:
Bartosz Fenski 2023-06-08 07:09:57 +02:00
parent d2b9068a23
commit 01eed24cb7
1 changed files with 2 additions and 1 deletions

View File

@ -63,6 +63,7 @@ Predominantly 3 things are needed:
from `nfs-client-provisioner` to `democratic-csi`) from `nfs-client-provisioner` to `democratic-csi`)
- https://gist.github.com/deefdragon/d58a4210622ff64088bd62a5d8a4e8cc - https://gist.github.com/deefdragon/d58a4210622ff64088bd62a5d8a4e8cc
(migrating between storage classes using `velero`) (migrating between storage classes using `velero`)
- https://github.com/fenio/k8s-truenas (NFS/iSCSI over API with TrueNAS Scale)
## Node Prep ## Node Prep
@ -186,7 +187,7 @@ node:
and continue your democratic installation as usuall with other iscsi drivers. and continue your democratic installation as usuall with other iscsi drivers.
#### Privilged Namespace #### Privileged Namespace
democratic-csi requires privileged access to the nodes, so the namespace should allow for privileged pods. One way of doing it is via [namespace labels](https://kubernetes.io/docs/tasks/configure-pod-container/enforce-standards-namespace-labels/). democratic-csi requires privileged access to the nodes, so the namespace should allow for privileged pods. One way of doing it is via [namespace labels](https://kubernetes.io/docs/tasks/configure-pod-container/enforce-standards-namespace-labels/).
Add the followin label to the democratic-csi installation namespace `pod-security.kubernetes.io/enforce=privileged` Add the followin label to the democratic-csi installation namespace `pod-security.kubernetes.io/enforce=privileged`
``` ```