We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857b289 commit 6eda431Copy full SHA for 6eda431
docs/deploy-1.17-and-later.md
@@ -237,7 +237,7 @@ $ kubectl exec -it my-csi-app /bin/sh
237
238
Next, ssh into the Hostpath container and verify that the file shows up there:
239
```shell
240
-$ kubectl exec -it $(kubectl get pods --selector app=csi-hostpathplugin -o jsonpath='{.items[*].metadata.name}') -c hostpath /bin/sh
+$ kubectl exec -it $(kubectl get pods --selector app.kubernetes.io/name=csi-hostpathplugin -o jsonpath='{.items[*].metadata.name}') -c hostpath /bin/sh
241
242
```
243
Then, use the following command to locate the file. If everything works OK you should get a result similar to the following:
0 commit comments