Skip to content

Commit

Permalink
Merge pull request #573 from longuan/update_docs_deploy
Browse files Browse the repository at this point in the history
update app label key in docs/deploy-1.17-and-later.md
  • Loading branch information
k8s-ci-robot authored Nov 19, 2024
2 parents 857b289 + 6eda431 commit 2211f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy-1.17-and-later.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ $ kubectl exec -it my-csi-app /bin/sh
Next, ssh into the Hostpath container and verify that the file shows up there:
```shell
$ 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

```
Then, use the following command to locate the file. If everything works OK you should get a result similar to the following:
Expand Down

0 comments on commit 2211f6d

Please sign in to comment.