File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,28 +3,28 @@ kind: Plugin
3
3
metadata :
4
4
name : ssh-jump
5
5
spec :
6
- version : " v0.5 .0"
6
+ version : " v0.6 .0"
7
7
homepage : https://github.com/yokawasa/kubectl-plugin-ssh-jump
8
8
platforms :
9
9
- selector :
10
10
matchExpressions :
11
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 "
12
+ uri : https://github.com/yokawasa/kubectl-plugin-ssh-jump/archive/0.6 .0.zip
13
+ sha256 : " a24149bb1b1ccba91ae87c86d21625adf9e110b9e81a0ab58ec84343e0f99ede "
14
14
files :
15
15
- from : " ./*/kubectl-ssh-jump"
16
16
to : .
17
17
- from : " ./*/LICENSE"
18
18
to : .
19
19
bin : " ./kubectl-ssh-jump"
20
- shortDescription : A kubectl plugin to SSH into Kubernetes nodes using a SSH jump host Pod
20
+ shortDescription : Access nodes or services using SSH jump Pod
21
21
caveats : |
22
22
This plugin needs the following programs:
23
23
* ssh(1)
24
24
* ssh-agent(1)
25
25
26
26
Please follow the documentation: https://github.com/yokawasa/kubectl-plugin-ssh-jump
27
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 .
28
+ A kubectl plugin to access Kubernetes nodes or remote services using a SSH jump Pod.
29
+ A jump Pod is an intermediary Pod or an SSH gateway to Kubernetes node machines or
30
+ remote services , through which a connection can be made.
You can’t perform that action at this time.
0 commit comments