-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Support for EKS Managed Node Groups #602
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
Merged
max-rocket-internet
merged 24 commits into
terraform-aws-modules:master
from
wmorgan6796:master
Dec 4, 2019
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
3566e35
Finished first cut of managed node groups
e7a5ae4
Updated formatting and extra fields.
e229273
Updating Changelog and README
c6d0ffc
Merge branch 'master' into master
wmorgan6796 9325f31
Fixing formatting
e740b95
Merge remote-tracking branch 'origin/master'
2d36e7b
Fixing docs.
7e5191e
Updating required Version
0041063
Updating changelog
cea2ce6
Adding example for managed node groups
74585d6
Managed IAM Roles for Nodegroups now have correct policies. Tags can …
0b325c8
Fixing bug where people could set source_security_group_ids without s…
4efc7c8
Adding lifecycle create_before_destroy
646ce62
Adding random pet names for create_before_destroy
be22931
Updating per comments.
8236f7b
Updating required versions of terraform
b291fa8
Updating per comments.
4183054
Updating vars
d96c077
Updating minimum version for terraform
d11f590
Change worker_groups_managed_node_groups to node_groups
59916c2
Using for_each on the random_pet
a1bb244
Adding changes recommended by @eytanhanig
2b5b2c7
Merge branch 'master' into master
max-rocket-internet e703bc8
Update node_groups.tf
max-rocket-internet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
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.
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.
Hello, I'm getting this error:
looks like
.idis missing here:tks!
Uh oh!
There was an error while loading. Please reload this page.
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.
Try this:
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.
@eytanhanig I added the changes you suggested and the terraform plan seems to work.