Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add UpdateConfig to NodeGroup #1980

Merged
merged 4 commits into from
Dec 15, 2021
Merged

Add UpdateConfig to NodeGroup #1980

merged 4 commits into from
Dec 15, 2021

Conversation

mhmtsvr
Copy link
Contributor

@mhmtsvr mhmtsvr commented Nov 30, 2021

Adding UpdateConfig to NodeGroup, see

@@ -188,6 +193,7 @@ class Nodegroup(AWSObject):
"ReleaseVersion": (str, False),
"RemoteAccess": (RemoteAccess, False),
"ScalingConfig": (ScalingConfig, False),
"UpdateConfig": (UpdateConfig, False),
Copy link
Member

Choose a reason for hiding this comment

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

Quick change for this PR, can you alphabetize this new property? Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done! @markpeek

Copy link
Contributor Author

Choose a reason for hiding this comment

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

can you kindly run workflows once more? thanks! @markpeek

Copy link
Member

Choose a reason for hiding this comment

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

Try this if you have the black formatter installed:

black troposphere/eks.py

Copy link
Contributor Author

Choose a reason for hiding this comment

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

indentation issues fixed, thanks.

@markpeek markpeek merged commit 6e7a0ca into cloudtools:main Dec 15, 2021
@markpeek
Copy link
Member

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants