We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198c17d commit 8d4d005Copy full SHA for 8d4d005
README.md
@@ -3,6 +3,8 @@
3
4
Start a root shell in the node's host OS running.
5
6
+
7
+
8
## Installation
9
10
```bash
@@ -23,7 +25,7 @@ kubectl node-shell <node> -- echo 123
23
25
# Use stdin
24
26
cat /etc/passwd | kubectl node-shell <node> -- sh -c 'cat > /tmp/passwd'
27
-# Run oneliner
28
+# Run oneliner script
29
kubectl node-shell <node> -- sh -c 'cat /tmp/passwd; rm -f /tmp/passwd'
30
```
31
0 commit comments