yokawasa / kubectl-plugin-ssh-jump

A kubectl plugin to access nodes or remote services using a SSH jump Pod
Apache License 2.0
172 stars 18 forks source link

In hybrid Windows/Linux clusters the sshjump pod can land on Windows nodes and fail #8

Closed swgriffith closed 3 years ago

swgriffith commented 3 years ago

The pod deployment is missing a node selector for linux nodes, so in a hybrid cluster you can end up with sshjump failing to start because its scheduled to a windows node.

Fix would be to update the 'kubectl run' command in the plugin to deploy a manifest with a node selector.

yokawasa commented 3 years ago

@swgriffith PR #9 has been merged! I've release 0.5.0 which can be installed via kubectl krew install ssh-jump I'm closing the issue Thank you so much for your contribution again!