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

ng alias for nodegroup resource #494

Merged
merged 2 commits into from
Jan 31, 2019
Merged

ng alias for nodegroup resource #494

merged 2 commits into from
Jan 31, 2019

Conversation

errordeveloper
Copy link
Contributor

Description

Closes #477, follows-up on #426.

Checklist

  • Code compiles correctly (i.e make build)
  • All tests passing (i.e. make test)

// TODO: https://github.com/weaveworks/eksctl/issues/28
fs.IntVarP(&minSize, "nodes-min", "m", api.DefaultNodeCount, "minimum nodes in ASG")
fs.IntVarP(&maxSize, "nodes-max", "M", api.DefaultNodeCount, "maximum nodes in ASG")
desiredCapacity := fs.IntP("nodes", "N", api.DefaultNodeCount, "total number of nodes (for a static ASG)")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@mumoshu just FYI. I figured this was a little nicer without having to have the var block.

Copy link
Contributor

Choose a reason for hiding this comment

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

Neat! Thanks for sharing, and your work.

@errordeveloper errordeveloper merged commit 652a024 into master Jan 31, 2019
@errordeveloper errordeveloper deleted the ng-alias branch January 31, 2019 12:33
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