File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Here is an scenario where you want to connect to Kubernetes nodes or remote serv
34
34
- [Usage](#usage)
35
35
- [Option parameters Cache](#option-parameters-cache)
36
36
- [SSH Agent (ssh-agent)](#ssh-agent-ssh-agent)
37
+ - [Customize SSH jump pod](#customize-ssh-jump-pod)
37
38
- [Examples](#examples)
38
39
- [CASE 1: SSH into Kubernetes nodes via SSH jump Pod](#case-1-ssh-into-kubernetes-nodes-via-ssh-jump-pod)
39
40
- [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:
132
133
-P, --port <port> SSH port for target node SSH server
133
134
Defaults to 22
134
135
-a, --args <args> Args to exec in ssh session
136
+ --pod-template <file> Path to custom sshjump pod definition
135
137
--skip-agent Skip automatically starting SSH agent and adding
136
138
SSH Identity key into the agent before SSH login
137
139
(=> You need to manage SSH agent by yourself)
Original file line number Diff line number Diff line change 1
- 0.6 .0
1
+ 0.7 .0
You can’t perform that action at this time.
0 commit comments