diff --git a/site/content/docs/main/csi-snapshot-data-movement.md b/site/content/docs/main/csi-snapshot-data-movement.md index 78967ccde4..f17283416b 100644 --- a/site/content/docs/main/csi-snapshot-data-movement.md +++ b/site/content/docs/main/csi-snapshot-data-movement.md @@ -121,6 +121,24 @@ oc annotate namespace openshift.io/node-selector="" oc create -n -f ds.yaml ``` +**OpenShift on IBM Cloud** + + +Update the host path for volumes in the node-agent DaemonSet in the Velero namespace from `/var/lib/kubelet/pods` to +`/var/data/kubelet/pods`. + +```yaml +hostPath: + path: /var/lib/kubelet/pods +``` + +to + +```yaml +hostPath: + path: /var/data/kubet/pods +``` + **VMware Tanzu Kubernetes Grid Integrated Edition (formerly VMware Enterprise PKS)** You need to enable the `Allow Privileged` option in your plan configuration so that Velero is able to mount the hostpath. diff --git a/site/content/docs/v1.13/csi-snapshot-data-movement.md b/site/content/docs/v1.13/csi-snapshot-data-movement.md index b6a03ad12e..b9743f2dc3 100644 --- a/site/content/docs/v1.13/csi-snapshot-data-movement.md +++ b/site/content/docs/v1.13/csi-snapshot-data-movement.md @@ -121,6 +121,24 @@ oc annotate namespace openshift.io/node-selector="" oc create -n -f ds.yaml ``` +**OpenShift on IBM Cloud** + + +Update the host path for volumes in the node-agent DaemonSet in the Velero namespace from `/var/lib/kubelet/pods` to +`/var/data/kubelet/pods`. + +```yaml +hostPath: + path: /var/lib/kubelet/pods +``` + +to + +```yaml +hostPath: + path: /var/data/kubet/pods +``` + **VMware Tanzu Kubernetes Grid Integrated Edition (formerly VMware Enterprise PKS)** You need to enable the `Allow Privileged` option in your plan configuration so that Velero is able to mount the hostpath. diff --git a/site/content/docs/v1.14/csi-snapshot-data-movement.md b/site/content/docs/v1.14/csi-snapshot-data-movement.md index 78967ccde4..f17283416b 100644 --- a/site/content/docs/v1.14/csi-snapshot-data-movement.md +++ b/site/content/docs/v1.14/csi-snapshot-data-movement.md @@ -121,6 +121,24 @@ oc annotate namespace openshift.io/node-selector="" oc create -n -f ds.yaml ``` +**OpenShift on IBM Cloud** + + +Update the host path for volumes in the node-agent DaemonSet in the Velero namespace from `/var/lib/kubelet/pods` to +`/var/data/kubelet/pods`. + +```yaml +hostPath: + path: /var/lib/kubelet/pods +``` + +to + +```yaml +hostPath: + path: /var/data/kubet/pods +``` + **VMware Tanzu Kubernetes Grid Integrated Edition (formerly VMware Enterprise PKS)** You need to enable the `Allow Privileged` option in your plan configuration so that Velero is able to mount the hostpath.