-
Notifications
You must be signed in to change notification settings - Fork 341
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
Add eks_nodegroup waiters #975
Merged
softwarefactory-project-zuul
merged 2 commits into
ansible-collections:main
from
tjarra:waiter_eks_nodegroup
Sep 6, 2022
Merged
Add eks_nodegroup waiters #975
softwarefactory-project-zuul
merged 2 commits into
ansible-collections:main
from
tjarra:waiter_eks_nodegroup
Sep 6, 2022
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
ansibullbot
added
community_review
feature
This issue/PR relates to a feature request
module_utils
module_utils
needs_triage
plugins
plugin (any type)
labels
Aug 24, 2022
2 tasks
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.
@tjarra Can you please add a changelog for this contributions? Thank you.
recheck |
recheck |
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
2 tasks
softwarefactory-project-zuul bot
pushed a commit
to ansible-collections/community.aws
that referenced
this pull request
Feb 3, 2023
[PR #1415/3f37c975 backport][stable-5] New Module - eks_nodegroup This is a backport of PR #1415 as merged into main (3f37c97). SUMMARY Add a new module to manage nodegroups in EKS clusters. ISSUE TYPE New Module Pull Request COMPONENT NAME eks_nodegroup ADDITIONAL INFORMATION TODO: PR ansible-collections/amazon.aws/pull/975 to add waiters for EKS nodegroup. PR aws-terminator/pull/223 to add permissions to execute integration tests. - name: create nodegroup community.aws.eks_nodegroup: name: test_nodegroup state: present cluster_name: test_cluster node_role: arn:aws:eks:us-east-1:1231231123:role/asdf subnets: - subnet-qwerty123 - subnet-asdfg456 scaling_config: - min_size: 1 - max_size: 2 - desired_size: 1 disk_size: 20 instance_types: 't3.micro' ami_type: 'AL2_x86_64' labels: - 'teste': 'test' taints: - key: 'test' value: 'test' effect: 'NO_SCHEDULE' capacity_type: 'on_demand'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
community_review
feature
This issue/PR relates to a feature request
mergeit
Merge the PR (SoftwareFactory)
module_utils
module_utils
plugins
plugin (any type)
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.
SUMMARY
Add waiters for eks_nodegroup module to manage deleted and created states.
PR eks_nodegroup: ansible-collections/community.aws#1415
ISSUE TYPE
COMPONENT NAME
waiter.py