Skip to content

Commit

Permalink
docs: mention different paths for OpenEBS
Browse files Browse the repository at this point in the history
Closes #9880

We get a PR a week to change the path one way or another, it turns out
it's different for different OpenEBS version in their docs.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Dec 16, 2024
1 parent 9470e84 commit 2b1b326
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ Refer to the OpenEBS [documentation](https://openebs.io/docs/quickstart-guide/in
## Preparing the nodes

Depending on the version of OpenEBS, there is a `hostPath` mount with the path `/var/openebs/local` or `/var/local/openebs`.
This path should be mounted into the `kubelet` to make sure `kubelet` can access the directory.

> Note: Replace the path in the YAML snippet below with the correct path for your OpenEBS version.
Create a machine config patch with the contents below and save as `patch.yaml`

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ Refer to the OpenEBS [documentation](https://openebs.io/docs/quickstart-guide/in
## Preparing the nodes

Depending on the version of OpenEBS, there is a `hostPath` mount with the path `/var/openebs/local` or `/var/local/openebs`.
This path should be mounted into the `kubelet` to make sure `kubelet` can access the directory.

> Note: Replace the path in the YAML snippet below with the correct path for your OpenEBS version.
Create a machine config patch with the contents below and save as `patch.yaml`

```yaml
Expand Down

0 comments on commit 2b1b326

Please sign in to comment.