Skip to content

Commit 47a86e8

Browse files
committed
rename to kube-node-shell
1 parent d7778dc commit 47a86e8

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
# kubectl-enter
1+
# kubectl node-shell
2+
*(formerly known as **kubectl-enter**)*
23

3-
Tiny plugin for getting shell into the node.
4+
Start a root shell in the node's host OS running.
45

56
## Installation
67

78
```
8-
curl -LO https://github.com/kvaps/kubectl-enter/raw/master/kubectl-enter
9-
chmod +x ./kubectl-enter
10-
sudo mv ./kubectl-enter /usr/local/bin/kubectl-enter
9+
curl -LO https://github.com/kvaps/kubectl-node-shell/raw/master/kubectl-node_shell
10+
chmod +x ./kubectl-node_shell
11+
sudo mv ./kubectl-node-shell /usr/local/bin/kubectl-node_shell
1112
```
1213

1314
## Usage
1415

1516
```
16-
kubectl enter <node>
17+
kubectl node-shell <node>
1718
```
19+
20+
*You need to be able to start privileged containers for that.*
File renamed without changes.

0 commit comments

Comments
 (0)