diff --git a/website/content/v1.8/kubernetes-guides/configuration/replicated-local-storage-with-openebs.md b/website/content/v1.8/kubernetes-guides/configuration/replicated-local-storage-with-openebs.md index a36b8f118d..cca1d9fd26 100644 --- a/website/content/v1.8/kubernetes-guides/configuration/replicated-local-storage-with-openebs.md +++ b/website/content/v1.8/kubernetes-guides/configuration/replicated-local-storage-with-openebs.md @@ -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 diff --git a/website/content/v1.9/kubernetes-guides/configuration/replicated-local-storage-with-openebs.md b/website/content/v1.9/kubernetes-guides/configuration/replicated-local-storage-with-openebs.md index a36b8f118d..cca1d9fd26 100644 --- a/website/content/v1.9/kubernetes-guides/configuration/replicated-local-storage-with-openebs.md +++ b/website/content/v1.9/kubernetes-guides/configuration/replicated-local-storage-with-openebs.md @@ -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