Skip to content

Commit 3133672

Browse files
authored
Merge pull request #370 from amolmote/fix-broken
Fixes broken link of csi-hostpath-plugin.yaml
2 parents f97abbd + a432c66 commit 3133672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deploy-1.17-and-later.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Events:
219219
```
220220
221221
## Confirm Hostpath driver works
222-
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.17/hostpath/csi-hostpath-plugin.yaml). This path persist as long as the StatefulSet pod is up and running.
222+
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). This path persist as long as the StatefulSet pod is up and running.
223223
224224
A file written in a properly mounted Hostpath volume inside an application should show up inside the Hostpath container. The following steps confirms that Hostpath is working properly. First, create a file from the application pod as shown:
225225

0 commit comments

Comments
 (0)