-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Enable allow-ssh flag when a key is specified #657
Enable allow-ssh flag when a key is specified #657
Conversation
39a0f1a
to
c39c902
Compare
c39c902
to
050d3bb
Compare
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.
thanks! 🍰
if utils.NodeGroupName(ng.Name, nameArg) == "" { | ||
return cmdutils.ErrNameFlagAndArg(ng.Name, nameArg) | ||
} | ||
ng.Name = utils.NodeGroupName(ng.Name, nameArg) |
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 missed this... the behaviour here is different from the other version, we will need to reinstate it somehow.
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.
Maybe I messed up in the rebase, but initially, I did the renaming of the ng.Name with the nameArg when it was provided. I can fix that
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.
No to worry, I have a fix for this in #671.
Description
Checklist
make build
)make test
)