Skip to content
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

Merged
merged 2 commits into from
Mar 27, 2019

Conversation

martina-if
Copy link
Contributor

@martina-if martina-if commented Mar 22, 2019

Description

Checklist

  • Code compiles correctly (i.e make build)
  • Added tests that cover your change (if possible)
  • All unit tests passing (i.e. make test)

@martina-if martina-if force-pushed the autoenable-allow-ssh-flag branch from 39a0f1a to c39c902 Compare March 22, 2019 16:37
@martina-if martina-if force-pushed the autoenable-allow-ssh-flag branch from c39c902 to 050d3bb Compare March 27, 2019 12:48
@martina-if martina-if marked this pull request as ready for review March 27, 2019 14:33
Copy link
Contributor

@errordeveloper errordeveloper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! 🍰

@martina-if martina-if merged commit 90e1e79 into eksctl-io:master Mar 27, 2019
if utils.NodeGroupName(ng.Name, nameArg) == "" {
return cmdutils.ErrNameFlagAndArg(ng.Name, nameArg)
}
ng.Name = utils.NodeGroupName(ng.Name, nameArg)
Copy link
Contributor

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.

Copy link
Contributor Author

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

Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants