Skip to content

Commit

Permalink
Workarounds in description (#9)
Browse files Browse the repository at this point in the history
Workarounds for no storage created when using openebs-hostpath StorageClass in Openshift 4.2.
#7
  • Loading branch information
jobcespedes authored and Karthik Satchitanand committed Jan 2, 2020
1 parent 504d664 commit 3d0e776
Show file tree
Hide file tree
Showing 4 changed files with 1,018 additions and 0 deletions.
12 changes: 12 additions & 0 deletions olm/1.3.0/openebsoperator.v1.3.0.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,18 @@ spec:
* OpenEBS welcomes your feedback and contributions in any form possible. [Join our Community](https://openebs.org/community)
## Workarounds
* No storage is created when using openebs-hostpath StorageClass and Openshift 4.2. Error: `mkdir: can't create directory '/data/pvc-<uuid>': Permission denied`.
- Set permissive selinux in nodes or
- Modify init-pvc-<uuid> and edit: `securityContext: {}`:
```yaml
spec:
securityContext:
privileged: true
```
## License
OpenEBS is distributed under the
Expand Down
497 changes: 497 additions & 0 deletions olm/1.3.0/openebsoperator.v1.3.0.clusterserviceversion.yaml~

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions olm/1.4.0/openebsoperator.v1.4.0.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,18 @@ spec:
* OpenEBS welcomes your feedback and contributions in any form possible. [Join our Community](https://openebs.org/community)
## Workarounds
* No storage is created when using openebs-hostpath StorageClass and Openshift 4.2. Error: `mkdir: can't create directory '/data/pvc-<uuid>': Permission denied`.
- Set permissive selinux in nodes or
- Modify init-pvc-<uuid> and edit: `securityContext: {}`:
```yaml
spec:
securityContext:
privileged: true
```
## License
OpenEBS is distributed under the
Expand Down
497 changes: 497 additions & 0 deletions olm/1.4.0/openebsoperator.v1.4.0.clusterserviceversion.yaml~

Large diffs are not rendered by default.

0 comments on commit 3d0e776

Please sign in to comment.