Skip to content

Commit

Permalink
Merge pull request #424 from buptliuwei/patch-1
Browse files Browse the repository at this point in the history
Fix verify command
  • Loading branch information
k8s-ci-robot authored Apr 26, 2021
2 parents f3e92e8 + c20c42c commit ba2b561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kubernetes/dynamic_provisioning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ After the objects are created, verify that pod is running:
Also you can verify that data is written onto EFS filesystem:

```sh
>> kubectl exec -ti efs-app -- tail -f /data/out.txt
>> kubectl exec -ti efs-app -- tail -f /data/out
```

0 comments on commit ba2b561

Please sign in to comment.