forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
node-shell.yaml
32 lines (31 loc) · 957 Bytes
/
node-shell.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: node-shell
spec:
version: "v1.1.4"
homepage: https://github.com/kvaps/kubectl-node-shell
shortDescription: Spawn a root shell on a node via kubectl
description: |
Start a root shell in the node's host OS running.
You need to be able to start privileged containers for that.
Usage:
$ kubectl node-shell <node>
caveats: |
You need to be allowed to start privileged pods in the cluster
platforms:
- selector:
matchExpressions:
- key: os
operator: In
values:
- darwin
- linux
uri: https://github.com/kvaps/kubectl-node-shell/archive/v1.1.4.tar.gz
sha256: "5035deecc2e17d39c8942854d840cc6d093a68b3466469113986a64956dae4f9"
files:
- from: kubectl-node-shell-*/kubectl-node_shell
to: .
- from: kubectl-node-shell-*/LICENSE
to: .
bin: "kubectl-node_shell"