Skip to content

Commit 855f6fd

Browse files
committed
Merge branch 'main' of github.com:clbx/pvcb
2 parents b16eb68 + 355966d commit 855f6fd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@ kubectl browse-pvc <pvc-name>
1515
```
1616
On a PVC. The tool spins up a pod that mounts the PVC and then execs into it allowing you to modify the contents of the PVC. The Job finishes and cleans up the pod when you disconnect.
1717

18-
Commands can also be described to run a command instead of popping a shell
18+
19+
Commands can be described to run a command instead of popping a shell
1920
```
2021
kubectl browse-pvc <pvc-name> -- <command>
2122
```
23+
24+
25+
A User ID can be described to set the user the container runs as
26+
```
27+
kubectl browse-pvc -u 1000 <pvc-name>
28+
```

0 commit comments

Comments
 (0)