-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh
: List pending nodes
#368
Conversation
It seems 043d835 missing, it fix the issue |
pkg/cmd/ssh/connect_information.go
Outdated
@@ -124,7 +133,12 @@ func NewConnectInformation( | |||
} | |||
} | |||
|
|||
nodeList = append(nodeList, n) | |||
nodeSet[n.Name] = n |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the idea here, very smart.
right, I have created a separate PR for this fix with the logger #369 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
What this PR does / why we need it:
#347 added support for the
ssh
command completion for pending nodes, in addition to the completion of nodes that have already joined the cluster.This PR also outputs the pending nodes (along with the joined nodes) when executing the
ssh
command.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: