Skip to content

Commit 961ceb0

Browse files
authored
Merge pull request #332 from adrosa/patch-1
Execute `df -h` command in the container for demo becuse bash is no longer installed in
2 parents e61b812 + 25f4cfd commit 961ceb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/example/e2e_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-dri
116116

117117
- Execute `df -h` command in the container
118118
```console
119-
$ kubectl exec -it nginx-blob -- bash
119+
$ kubectl exec -it nginx-blob -- df -h
120120
Filesystem Size Used Avail Use% Mounted on
121121
...
122122
blobfuse 14G 41M 13G 1% /mnt/blob

0 commit comments

Comments
 (0)