-
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
Rework API fields for nodegroup SGs #460
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@dlespiau this is still WIP, but I'd like to hear your feedback on the API change itself. |
errordeveloper
force-pushed
the
fix-425
branch
from
January 24, 2019 17:59
d22a84d
to
513c31e
Compare
errordeveloper
changed the title
WIP: Remove API fields for nodegroup SGs
WIP: Rework API fields for nodegroup SGs
Jan 24, 2019
@rndstr FYI |
I guess it's to allow disabling the default SGs. Seems fine to me. |
Yes, it is to disable SG creation and allow passing pre-existing SGs only.
…On Thu, 24 Jan 2019, 6:16 pm Damien Lespiau ***@***.*** wrote:
I guess it's to allow disabling the default SGs. Seems fine to me.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#460 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPWS2SIm0TZINVSD_xdzTE-xZj3A-Mqks5vGfhygaJpZM4aRZa6>
.
|
Will also need to address #465. |
errordeveloper
force-pushed
the
fix-425
branch
from
January 25, 2019 07:38
513c31e
to
2689e5e
Compare
I think it'd be good to also amend nodegroup check function to detect clusters that were affected by #465 and give user a warning. |
errordeveloper
force-pushed
the
fix-425
branch
3 times, most recently
from
January 25, 2019 12:12
38b6ee9
to
47268f5
Compare
errordeveloper
changed the title
WIP: Rework API fields for nodegroup SGs
Rework API fields for nodegroup SGs
Jan 25, 2019
errordeveloper
force-pushed
the
fix-425
branch
from
January 25, 2019 12:37
47268f5
to
d478494
Compare
- allow using only pre-existing SGs - fix defaulting when config is used
errordeveloper
force-pushed
the
fix-425
branch
from
January 25, 2019 14:09
d478494
to
b2c4590
Compare
dlespiau
approved these changes
Jan 25, 2019
5 tasks
torredil
pushed a commit
to torredil/eksctl
that referenced
this pull request
May 20, 2022
Fixed typo in README
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Checklist
make build
)make test
)humans.txt
file