Skip to content

Commit 53abf78

Browse files
author
dtumkursreenivas
committed
updating csi hostpath plugin
1 parent 633118c commit 53abf78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deploy-1.17-and-later.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ deployment.apps/snapshot-controller created
4949

5050
## Deployment
5151
The simplest way to test the HostPath driver is by running the deploy.sh script corresponding to your cluster's Kubernetes version.
52-
For example, to deploy on Kubernetes 1.32.2, use the following command:
52+
For example, to deploy on the latest Kubernetes, use the following command:
5353

5454
```
5555
# deploy hostpath driver
@@ -243,7 +243,7 @@ Events:
243243
```
244244

245245
## Confirm Hostpath driver works
246-
The Hostpath driver is configured to create new volumes under `/csi-data-dir` inside the hostpath container that is specified in the plugin StatefulSet found [here](../deploy/kubernetes-1.22-test/hostpath/csi-hostpath-plugin.yaml).
246+
The Hostpath driver is configured to create new volumes under `/csi-data-dir` inside the hostpath container that is specified in the plugin StatefulSet found [here](../deploy/kubernetes-1.30-test/hostpath/csi-hostpath-plugin.yaml).
247247
This path persist as long as the StatefulSet pod is up and running.
248248

249249
A file written in a properly mounted Hostpath volume inside an application should show up inside the Hostpath container.

0 commit comments

Comments
 (0)