Skip to content

Commit ff2ac22

Browse files
committed
add: krew installation
1 parent 8d4d005 commit ff2ac22

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ Start a root shell in the node's host OS running.
77

88
## Installation
99

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+
1019
```bash
1120
curl -LO https://github.com/kvaps/kubectl-node-shell/raw/master/kubectl-node_shell
1221
chmod +x ./kubectl-node_shell

0 commit comments

Comments
 (0)