Skip to content

Commit

Permalink
Add context to plugins mountPath
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Fruchtman <[email protected]>
  • Loading branch information
msfrucht committed Aug 2, 2024
1 parent db5bcf0 commit 592bad8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions site/content/docs/main/csi-snapshot-data-movement.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,15 @@ hostPath:
and

```yaml
mountPath: /var/lib/kubelet/plugins
- name: host-plugins
mountPath: /var/lib/kubelet/plugins
```

to

```yaml
mountPath: /var/data/kubelet/plugins
- name: host-plugins
mountPath: /var/data/kubelet/plugins
```

**VMware Tanzu Kubernetes Grid Integrated Edition (formerly VMware Enterprise PKS)**
Expand Down
6 changes: 4 additions & 2 deletions site/content/docs/v1.13/csi-snapshot-data-movement.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,15 @@ hostPath:
and

```yaml
mountPath: /var/lib/kubelet/plugins
- name: host-plugins
mountPath: /var/lib/kubelet/plugins
```

to

```yaml
mountPath: /var/data/kubelet/plugins
- name: host-plugins
mountPath: /var/data/kubelet/plugins
```

**VMware Tanzu Kubernetes Grid Integrated Edition (formerly VMware Enterprise PKS)**
Expand Down
6 changes: 4 additions & 2 deletions site/content/docs/v1.14/csi-snapshot-data-movement.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,15 @@ hostPath:
and

```yaml
mountPath: /var/lib/kubelet/plugins
- name: host-plugins
mountPath: /var/lib/kubelet/plugins
```

to

```yaml
mountPath: /var/data/kubelet/plugins
- name: host-plugins
mountPath: /var/data/kubelet/plugins
```

**VMware Tanzu Kubernetes Grid Integrated Edition (formerly VMware Enterprise PKS)**
Expand Down

0 comments on commit 592bad8

Please sign in to comment.