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 8d4d005 commit ff2ac22Copy full SHA for ff2ac22
README.md
@@ -7,6 +7,15 @@ Start a root shell in the node's host OS running.
7
8
## Installation
9
10
+using [krew](https://krew.sigs.k8s.io/):
11
+
12
+<pre>
13
+kubectl krew index add kvaps <a href="https://github.com/kvaps/krew-index">https://github.com/kvaps/krew-index</a>
14
+kubectl krew install kvaps/node-shell
15
+</pre>
16
17
+or using curl:
18
19
```bash
20
curl -LO https://github.com/kvaps/kubectl-node-shell/raw/master/kubectl-node_shell
21
chmod +x ./kubectl-node_shell
0 commit comments