Skip to content

Commit 2964ab2

Browse files
committed
Added manifest
1 parent ca4acc7 commit 2964ab2

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

ssh-jump.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
apiVersion: krew.googlecontainertools.github.com/v1alpha2
2+
kind: Plugin
3+
metadata:
4+
name: ssh-jump
5+
spec:
6+
version: "v0.5.0"
7+
homepage: https://github.com/yokawasa/kubectl-plugin-ssh-jump
8+
platforms:
9+
- selector:
10+
matchExpressions:
11+
- {key: os, operator: In, values: [darwin, linux]}
12+
uri: https://github.com/yokawasa/kubectl-plugin-ssh-jump/archive/0.5.0.zip
13+
sha256: "3b7091d90a1ad082c078a406f7b455a9f5686996d3c273efe589c5ae4c445bd8"
14+
files:
15+
- from: "./*/kubectl-ssh-jump"
16+
to: .
17+
- from: "./*/LICENSE"
18+
to: .
19+
bin: "./kubectl-ssh-jump"
20+
shortDescription: A kubectl plugin to SSH into Kubernetes nodes using a SSH jump host Pod
21+
caveats: |
22+
This plugin needs the following programs:
23+
* ssh(1)
24+
* ssh-agent(1)
25+
26+
Please follow the documentation: https://github.com/yokawasa/kubectl-plugin-ssh-jump
27+
description: |
28+
A kubectl plugin to SSH into Kubernetes nodes using a SSH jump host Pod.
29+
A jump host Pod is an intermediary Pod or an SSH gateway to Kubernetes
30+
node machines, through which a connection can be made to the node machines.

0 commit comments

Comments
 (0)