Skip to content

Commit 6eda431

Browse files
committed
update app label key in docs/deploy-1.17-and-later.md
1 parent 857b289 commit 6eda431

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
@@ -237,7 +237,7 @@ $ kubectl exec -it my-csi-app /bin/sh
237237
238238
Next, ssh into the Hostpath container and verify that the file shows up there:
239239
```shell
240-
$ kubectl exec -it $(kubectl get pods --selector app=csi-hostpathplugin -o jsonpath='{.items[*].metadata.name}') -c hostpath /bin/sh
240+
$ kubectl exec -it $(kubectl get pods --selector app.kubernetes.io/name=csi-hostpathplugin -o jsonpath='{.items[*].metadata.name}') -c hostpath /bin/sh
241241

242242
```
243243
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

Comments
 (0)