Skip to content

Commit

Permalink
Document pod volume host path setting for Nutanix. (vmware-tanzu#6902)
Browse files Browse the repository at this point in the history
Signed-off-by: Raghuram Devarakonda <draghuram@gmail.com>
  • Loading branch information
draghuram authored Oct 2, 2023
1 parent fd67ecb commit 13019b9
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 4 deletions.
18 changes: 17 additions & 1 deletion site/content/docs/main/csi-snapshot-data-movement.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ velero install --use-node-agent
### Configure Node Agent DaemonSet spec

After installation, some PaaS/CaaS platforms based on Kubernetes also require modifications the node-agent DaemonSet spec.
The steps in this section are only needed if you are installing on RancherOS, OpenShift, VMware Tanzu Kubernetes Grid
The steps in this section are only needed if you are installing on RancherOS, Nutanix, OpenShift, VMware Tanzu Kubernetes Grid
Integrated Edition (formerly VMware Enterprise PKS), or Microsoft Azure.


Expand All @@ -63,6 +63,22 @@ hostPath:
path: /opt/rke/var/lib/kubelet/pods
```
**Nutanix**
Update the host path for volumes in the node-agent DaemonSet in the Velero namespace from `/var/lib/kubelet/pods` to
`/var/nutanix/var/lib/kubelet`.

```yaml
hostPath:
path: /var/lib/kubelet/pods
```

to

```yaml
hostPath:
path: /var/nutanix/var/lib/kubelet
```

**OpenShift**

Expand Down
19 changes: 18 additions & 1 deletion site/content/docs/main/file-system-backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ backup which created the backup repository, then Velero will not be able to conn
### Configure Node Agent DaemonSet spec

After installation, some PaaS/CaaS platforms based on Kubernetes also require modifications the node-agent DaemonSet spec.
The steps in this section are only needed if you are installing on RancherOS, OpenShift, VMware Tanzu Kubernetes Grid
The steps in this section are only needed if you are installing on RancherOS, Nutanix, OpenShift, VMware Tanzu Kubernetes Grid
Integrated Edition (formerly VMware Enterprise PKS), or Microsoft Azure.


Expand All @@ -99,6 +99,23 @@ hostPath:
path: /opt/rke/var/lib/kubelet/pods
```
**Nutanix**
Update the host path for volumes in the node-agent DaemonSet in the Velero namespace from `/var/lib/kubelet/pods` to
`/var/nutanix/var/lib/kubelet`.

```yaml
hostPath:
path: /var/lib/kubelet/pods
```

to

```yaml
hostPath:
path: /var/nutanix/var/lib/kubelet
```

**OpenShift**

Expand Down
17 changes: 16 additions & 1 deletion site/content/docs/v1.12/csi-snapshot-data-movement.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ velero install --use-node-agent
### Configure Node Agent DaemonSet spec

After installation, some PaaS/CaaS platforms based on Kubernetes also require modifications the node-agent DaemonSet spec.
The steps in this section are only needed if you are installing on RancherOS, OpenShift, VMware Tanzu Kubernetes Grid
The steps in this section are only needed if you are installing on RancherOS, Nutanix, OpenShift, VMware Tanzu Kubernetes Grid
Integrated Edition (formerly VMware Enterprise PKS), or Microsoft Azure.


Expand All @@ -62,7 +62,22 @@ to
hostPath:
path: /opt/rke/var/lib/kubelet/pods
```
**Nutanix**
Update the host path for volumes in the node-agent DaemonSet in the Velero namespace from `/var/lib/kubelet/pods` to
`/var/nutanix/var/lib/kubelet`.

```yaml
hostPath:
path: /var/lib/kubelet/pods
```

to

```yaml
hostPath:
path: /var/nutanix/var/lib/kubelet
```

**OpenShift**

Expand Down
19 changes: 18 additions & 1 deletion site/content/docs/v1.12/file-system-backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ backup which created the backup repository, then Velero will not be able to conn
### Configure Node Agent DaemonSet spec

After installation, some PaaS/CaaS platforms based on Kubernetes also require modifications the node-agent DaemonSet spec.
The steps in this section are only needed if you are installing on RancherOS, OpenShift, VMware Tanzu Kubernetes Grid
The steps in this section are only needed if you are installing on RancherOS, Nutanix, OpenShift, VMware Tanzu Kubernetes Grid
Integrated Edition (formerly VMware Enterprise PKS), or Microsoft Azure.


Expand All @@ -99,6 +99,23 @@ hostPath:
path: /opt/rke/var/lib/kubelet/pods
```
**Nutanix**
Update the host path for volumes in the node-agent DaemonSet in the Velero namespace from `/var/lib/kubelet/pods` to
`/var/nutanix/var/lib/kubelet`.

```yaml
hostPath:
path: /var/lib/kubelet/pods
```

to

```yaml
hostPath:
path: /var/nutanix/var/lib/kubelet
```

**OpenShift**

Expand Down

0 comments on commit 13019b9

Please sign in to comment.