Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Here is an scenario where you want to connect to Kubernetes nodes or remote serv
> [NOTE]
> - Kubectl versions >= `1.12.0` (Preferred)
> - 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/)
> - You can run the pluin with `kubectl ssh-jump ...`
> - You can run the plugin with `kubectl ssh-jump ...`
> - Kubectl versions < `1.12.0`
> - You still can run the plugin directly with `kubectl-ssh-jump ...`

Expand Down