From e193e7db98cfa9bbb689513751a7da39d8db9d14 Mon Sep 17 00:00:00 2001 From: cryptk <421501+cryptk@users.noreply.github.com> Date: Fri, 16 Aug 2024 17:06:45 -0500 Subject: [PATCH] docs: fix incorrect path for openebs in documentation Move 1.8 fix to 1.7. Signed-off-by: cryptk <421501+cryptk@users.noreply.github.com> Signed-off-by: Andrey Smirnov --- .../replicated-local-storage-with-openebs-jiva.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/v1.7/kubernetes-guides/configuration/replicated-local-storage-with-openebs-jiva.md b/website/content/v1.7/kubernetes-guides/configuration/replicated-local-storage-with-openebs-jiva.md index 34322d2e56..b2ec4e6aa7 100644 --- a/website/content/v1.7/kubernetes-guides/configuration/replicated-local-storage-with-openebs-jiva.md +++ b/website/content/v1.7/kubernetes-guides/configuration/replicated-local-storage-with-openebs-jiva.md @@ -26,9 +26,9 @@ Create a machine config patch with the contents below and save as `patch.yaml` machine: kubelet: extraMounts: - - destination: /var/local/openebs + - destination: /var/openebs/local type: bind - source: /var/local/openebs + source: /var/openebs/local options: - bind - rshared