You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,14 @@ kubectl browse-pvc <pvc-name>
15
15
```
16
16
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.
17
17
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
19
20
```
20
21
kubectl browse-pvc <pvc-name> -- <command>
21
22
```
23
+
24
+
25
+
A User ID can be described to set the user the container runs as
0 commit comments