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
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)
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