Skip to content

Commit

Permalink
docs: update openebs-jiva helm repo
Browse files Browse the repository at this point in the history
jiva operator was moved to the openebs-archive

Signed-off-by: Justin Garrison <justin.garrison@siderolabs.com>
  • Loading branch information
rothgar authored and smira committed Jul 23, 2024
1 parent f132d3f commit 395c642
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ NODE SERVICE STATE HEALTH LAST CHANGE LAST EVENT
## Install OpenEBS Jiva

```bash
helm repo add openebs-jiva https://openebs.github.io/jiva-operator
helm repo add openebs-jiva https://openebs-archive.github.io/jiva-operator
helm repo update
helm upgrade --install --create-namespace --namespace openebs --version 3.2.0 openebs-jiva openebs-jiva/jiva
```
Expand All @@ -93,9 +93,9 @@ The storage class named `openebs-hostpath` is used by jiva to create persistent
when using the default Pod Security Admissions created by Talos you need the following labels on your namespace:

```yaml
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/warn: privileged
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/warn: privileged
```
or via kubectl:
Expand Down Expand Up @@ -182,17 +182,17 @@ spec:
name: fio
spec:
containers:
- name: perfrunner
image: openebs/tests-fio
command: ["/bin/bash"]
args: ["-c", "while true ;do sleep 50; done"]
volumeMounts:
- mountPath: /datadir
name: fio-vol
- name: perfrunner
image: openebs/tests-fio
command: ["/bin/bash"]
args: ["-c", "while true ;do sleep 50; done"]
volumeMounts:
- mountPath: /datadir
name: fio-vol
volumes:
- name: fio-vol
persistentVolumeClaim:
claimName: example-jiva-csi-pvc
- name: fio-vol
persistentVolumeClaim:
claimName: example-jiva-csi-pvc
```
You can clean up the test resources by running the following command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ NODE SERVICE STATE HEALTH LAST CHANGE LAST EVENT
## Install OpenEBS Jiva

```bash
helm repo add openebs-jiva https://openebs.github.io/jiva-operator
helm repo add openebs-jiva https://openebs-archive.github.io/jiva-operator
helm repo update
helm upgrade --install --create-namespace --namespace openebs --version 3.2.0 openebs-jiva openebs-jiva/jiva
```
Expand All @@ -93,9 +93,9 @@ The storage class named `openebs-hostpath` is used by jiva to create persistent
when using the default Pod Security Admissions created by Talos you need the following labels on your namespace:

```yaml
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/warn: privileged
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/warn: privileged
```
or via kubectl:
Expand Down Expand Up @@ -182,17 +182,17 @@ spec:
name: fio
spec:
containers:
- name: perfrunner
image: openebs/tests-fio
command: ["/bin/bash"]
args: ["-c", "while true ;do sleep 50; done"]
volumeMounts:
- mountPath: /datadir
name: fio-vol
- name: perfrunner
image: openebs/tests-fio
command: ["/bin/bash"]
args: ["-c", "while true ;do sleep 50; done"]
volumeMounts:
- mountPath: /datadir
name: fio-vol
volumes:
- name: fio-vol
persistentVolumeClaim:
claimName: example-jiva-csi-pvc
- name: fio-vol
persistentVolumeClaim:
claimName: example-jiva-csi-pvc
```
You can clean up the test resources by running the following command:
Expand Down

0 comments on commit 395c642

Please sign in to comment.