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
33metadata :
44 name : ssh-jump
55spec :
6- version : " v0.5 .0"
6+ version : " v0.6 .0"
77 homepage : https://github.com/yokawasa/kubectl-plugin-ssh-jump
88 platforms :
99 - selector :
1010 matchExpressions :
1111 - {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 "
1414 files :
1515 - from : " ./*/kubectl-ssh-jump"
1616 to : .
1717 - from : " ./*/LICENSE"
1818 to : .
1919 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
2121 caveats : |
2222 This plugin needs the following programs:
2323 * ssh(1)
2424 * ssh-agent(1)
2525
2626 Please follow the documentation: https://github.com/yokawasa/kubectl-plugin-ssh-jump
2727 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