forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcssh.yaml
28 lines (28 loc) · 835 Bytes
/
cssh.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
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: cssh
spec:
version: "v1.0.1"
platforms:
- uri: https://github.com/containership/kubectl-cssh/archive/v1.0.1.tar.gz
sha256: 207cf5c1cf947183851b51f6a3afdb7ed9e98e52d49e49b76c74d3f5845e452b
bin: kubectl-cssh
files:
- from: "./*/parse-args.sh"
to: .
- from: "./*/kubectl-cssh"
to: .
- from: "./*/LICENSE"
to: .
selector:
matchExpressions:
- {key: os, operator: In, values: [darwin, linux]}
caveats: |
This plugin needs the following programs:
* tmux
description: |
This plugin allows users to SSH into one more more Kubernetes nodes
within separate tmux panes.
shortDescription: SSH into Kubernetes nodes
homepage: https://github.com/containership/kubectl-cssh