Skip to content

Commit

Permalink
Update data-movement on IBM Cloud docs
Browse files Browse the repository at this point in the history
  • Loading branch information
msfrucht authored Jul 31, 2024
1 parent e216a50 commit faac177
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions site/content/docs/main/csi-snapshot-data-movement.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,24 @@ oc annotate namespace <velero namespace> openshift.io/node-selector=""
oc create -n <velero namespace> -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.
Expand Down

0 comments on commit faac177

Please sign in to comment.