You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,12 @@ Add `--cleanup-agent` option if you want to kill the created agent at the end of
169
169
170
170
In addtion, add `--skip-agent` option if you want to skip automatic starting `ssh-agent`. This is actually a case where you already have ssh-agent managed or you want to manually start the agent.
171
171
172
+
### Customize SSH jump pod
173
+
174
+
You can customize the sshjump pod created by `kubectl ssh-jump` by setting the `$SSH_JUMP_POD_TEMPLATE` environment variable to the path to a pod template on disk.
175
+
176
+
However, customized sshjump pods must be named `sshjump` and run in the current namespace or `kubectl ssh-jump` won't be able to find them.
177
+
172
178
### Examples
173
179
174
180
Show all node list. Simply executing `kubectl ssh-jump` gives you the list of destination nodes as well as command usage
@@ -209,6 +215,9 @@ Example:
209
215
Scenario2 - You have .pem file but you don't have public key on your side
0 commit comments