forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ssh-jump.yaml
30 lines (29 loc) · 1.08 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.3.2"
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.3.2.zip
sha256: "022af3ab0e9a81daad5559de11be7c4db606331da4bff8e5125da103ed77c8a8"
files:
- from: "./*/kubectl-ssh-jump"
to: .
- from: "./*/LICENSE"
to: .
bin: "./kubectl-ssh-jump"
shortDescription: A kubectl plugin to SSH into Kubernetes nodes using a SSH jump host 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 SSH into Kubernetes nodes using a SSH jump host Pod.
A jump host Pod is an intermediary Pod or an SSH gateway to Kubernetes
node machines, through which a connection can be made to the node machines.