-
Notifications
You must be signed in to change notification settings - Fork 397
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
[PR #942/719483ff backport][stable-3] New module aws_eks_fargate_profile #1042
Closed
patchback
wants to merge
1
commit into
stable-3
from
patchback/backports/stable-3/719483ff49b3e56eb90efc74304c1b2a81f1c4bd/pr-942
Closed
[PR #942/719483ff backport][stable-3] New module aws_eks_fargate_profile #1042
patchback
wants to merge
1
commit into
stable-3
from
patchback/backports/stable-3/719483ff49b3e56eb90efc74304c1b2a81f1c4bd/pr-942
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
New module aws_eks_fargate_profile SUMMARY (this is a copy of #941 because i messed up my original branch) New Module - aws_eks_fargate_profile This create a new module to manage fargate profiles in EKS clusters. Requires: ansible-collections/amazon.aws#651 ISSUE TYPE New Module Pull Request COMPONENT NAME aws_eks_fargate_profile ADDITIONAL INFORMATION community.aws.aws_eks_fargate_profile - name: create Fargate Profile aws_eks_fargate_profile: name: 'my-profile' state: present cluster_name: 'my-eks-cluster' role_arn: 'arn:aws:iam::999999999999:role/eks-FargatePodExecutionRole' subnets: - subnet-aaaa1111 selectors: - namespace: 'test_nm' labels: label1: test wait: true tags: env: test foo: bar Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Woolley <[email protected]> Reviewed-by: None <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Jill R <None> (cherry picked from commit 719483f)
ansibullbot
added
community_review
integration
tests/integration
module
module
needs_triage
new_contributor
Help guide this first time contributor
new_plugin
New plugin
plugins
plugin (any type)
tests
tests
and removed
new_plugin
New plugin
labels
Mar 31, 2022
recheck |
recheck |
see #1043 |
tremble
deleted the
patchback/backports/stable-3/719483ff49b3e56eb90efc74304c1b2a81f1c4bd/pr-942
branch
July 7, 2022 19:30
abikouo
pushed a commit
to abikouo/community.aws
that referenced
this pull request
Oct 24, 2023
Add rendered Changelog to the docs site SUMMARY ISSUE TYPE Docs Pull Request COMPONENT NAME README.md docs/docsite/extra-docs.yml docs/docsite/rst/CHANGELOG.rst ADDITIONAL INFORMATION Related to ansible-community/community-team#61 fixes: ansible-collections#1042 Reviewed-by: Alina Buzachis <None> Reviewed-by: Bikouo Aubin <None>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
community_review
integration
tests/integration
module
module
new_contributor
Help guide this first time contributor
plugins
plugin (any type)
tests
tests
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.
This is a backport of PR #942 as merged into main (719483f).
SUMMARY
(this is a copy of #941 because i messed up my original branch)
New Module - aws_eks_fargate_profile
This create a new module to manage fargate profiles in EKS clusters.
Requires: ansible-collections/amazon.aws#651
ISSUE TYPE
COMPONENT NAME
aws_eks_fargate_profile
ADDITIONAL INFORMATION