File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
- # kubectl-enter
1
+ # kubectl node-shell
2
+ * (formerly known as ** kubectl-enter** )*
2
3
3
- Tiny plugin for getting shell into the node.
4
+ Start a root shell in the node's host OS running .
4
5
5
6
## Installation
6
7
7
8
```
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
11
12
```
12
13
13
14
## Usage
14
15
15
16
```
16
- kubectl enter <node>
17
+ kubectl node-shell <node>
17
18
```
19
+
20
+ * You need to be able to start privileged containers for that.*
File renamed without changes.
You can’t perform that action at this time.
0 commit comments