-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Conversation
troposphere/eks.py
Outdated
@@ -188,6 +193,7 @@ class Nodegroup(AWSObject): | |||
"ReleaseVersion": (str, False), | |||
"RemoteAccess": (RemoteAccess, False), | |||
"ScalingConfig": (ScalingConfig, False), | |||
"UpdateConfig": (UpdateConfig, False), |
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.
Quick change for this PR, can you alphabetize this new property? Thanks!
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.
Done! @markpeek
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.
can you kindly run workflows once more? thanks! @markpeek
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 if you have the black formatter installed:
black troposphere/eks.py
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.
indentation issues fixed, thanks.
Thanks! |
Adding
UpdateConfig
to NodeGroup, see