Skip to content

Commit 3606ce3

Browse files
authored
Merge pull request #15 from yokawasa/v0.7.0
release v0.7.0
2 parents 90abbcf + 11f306f commit 3606ce3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Here is an scenario where you want to connect to Kubernetes nodes or remote serv
3434
- [Usage](#usage)
3535
- [Option parameters Cache](#option-parameters-cache)
3636
- [SSH Agent (ssh-agent)](#ssh-agent-ssh-agent)
37+
- [Customize SSH jump pod](#customize-ssh-jump-pod)
3738
- [Examples](#examples)
3839
- [CASE 1: SSH into Kubernetes nodes via SSH jump Pod](#case-1-ssh-into-kubernetes-nodes-via-ssh-jump-pod)
3940
- [1-1 - You have private & public SSH key on your side](#1-1---you-have-private--public-ssh-key-on-your-side)
@@ -132,6 +133,7 @@ Options:
132133
-P, --port <port> SSH port for target node SSH server
133134
Defaults to 22
134135
-a, --args <args> Args to exec in ssh session
136+
--pod-template <file> Path to custom sshjump pod definition
135137
--skip-agent Skip automatically starting SSH agent and adding
136138
SSH Identity key into the agent before SSH login
137139
(=> You need to manage SSH agent by yourself)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.7.0

0 commit comments

Comments
 (0)