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
+23-21Lines changed: 23 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# kubectl-plugin-ssh-jumphost
1
+
# kubectl-plugin-ssh-jump
2
2
3
3
A kubectl plugin to SSH into Kubernetes nodes using a SSH jump host Pod
4
4
@@ -11,32 +11,34 @@ Here is an scenario where you want to connect to Kubernetes node, but you have t
11
11
> [NOTE]
12
12
> - Kubectl versions >= `1.12.0` (Preferred)
13
13
> - As of Kubernetes 1.12, kubectl now allows adding external executables as subcommands. For more detail, see [Extend kubectl with plugins](https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/)
14
-
> - You can run the pluin with `kubectl ssh ...`
14
+
> - You can run the pluin with `kubectl ssh-jump ...`
15
15
> - Kubectl versions < `1.12.0`
16
-
> - You still can run the plugin directly with `kubectl-ssh ...`
16
+
> - You still can run the plugin directly with `kubectl-ssh-jump ...`
17
17
18
18
19
19
## Installation
20
20
21
+
### Manual Installation
22
+
21
23
Install the plugin by copying the script in the $PATH of your shell.
0 commit comments