-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathssh-jump.yaml
30 lines (29 loc) · 1.05 KB
/
ssh-jump.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
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: ssh-jump
spec:
version: "v0.6.0"
homepage: https://github.com/yokawasa/kubectl-plugin-ssh-jump
platforms:
- selector:
matchExpressions:
- {key: os, operator: In, values: [darwin, linux]}
uri: https://github.com/yokawasa/kubectl-plugin-ssh-jump/archive/0.6.0.zip
sha256: "a24149bb1b1ccba91ae87c86d21625adf9e110b9e81a0ab58ec84343e0f99ede"
files:
- from: "./*/kubectl-ssh-jump"
to: .
- from: "./*/LICENSE"
to: .
bin: "./kubectl-ssh-jump"
shortDescription: Access nodes or services using SSH jump Pod
caveats: |
This plugin needs the following programs:
* ssh(1)
* ssh-agent(1)
Please follow the documentation: https://github.com/yokawasa/kubectl-plugin-ssh-jump
description: |
A kubectl plugin to access Kubernetes nodes or remote services using a SSH jump Pod.
A jump Pod is an intermediary Pod or an SSH gateway to Kubernetes node machines or
remote services, through which a connection can be made.