Skip to content
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

Implement updating and deleting pod identity associations #7315

Merged
merged 10 commits into from
Nov 27, 2023

Conversation

cPu1
Copy link
Collaborator

@cPu1 cPu1 commented Nov 27, 2023

Description

Adds support for eksctl update podidentityassociation and eksctl delete podidentityassociation.

Checklist

  • Added tests that cover your change (if possible)
  • Added/modified documentation as required (such as the README.md, or the userdocs directory)
  • Manually tested
  • Made sure the title of the PR is a good description that can go into the release notes
  • (Core team) Added labels for change area (e.g. area/nodegroup) and kind (e.g. kind/improvement)

BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯

  • Backfilled missing tests for code in same general area 🎉
  • Refactored something and made the world a better place 🌟

@cPu1 cPu1 added the kind/feature New feature or request label Nov 27, 2023
@TiberiuGC TiberiuGC force-pushed the podidentityassociation-update-delete branch 2 times, most recently from 523cc4e to 3871042 Compare November 27, 2023 10:25
@TiberiuGC TiberiuGC changed the base branch from pod-identity-associations-create to main November 27, 2023 13:03
@TiberiuGC TiberiuGC force-pushed the podidentityassociation-update-delete branch 2 times, most recently from cc6a35a to a0ec448 Compare November 27, 2023 13:22
@TiberiuGC TiberiuGC enabled auto-merge (squash) November 27, 2023 13:30
@TiberiuGC TiberiuGC force-pushed the podidentityassociation-update-delete branch from a0ec448 to 3f05578 Compare November 27, 2023 13:32
@TiberiuGC TiberiuGC merged commit 73aa3d1 into eksctl-io:main Nov 27, 2023
8 of 9 checks passed
TiberiuGC added a commit to TiberiuGC/eksctl that referenced this pull request Nov 27, 2023
…7315)

* Implement `update podidentityassociation`

* Implement `delete podidentityassociation`

* change create task order

* add integration test

* delete IAM role stacks on cluster deletion

* move validations from cluster config level to command config level

* avoid duplicating stack deletion tasks due to passing name by reference

* fix integration tests

* add eksctl prefix to integrationt test IAM roles

* make IAM roles trust the production EKS Service Principal

---------

Co-authored-by: Tibi <110664232+TiberiuGC@users.noreply.github.com>
TiberiuGC added a commit that referenced this pull request Dec 7, 2023
* Implement updating and deleting pod identity associations (#7315)

* Implement `update podidentityassociation`

* Implement `delete podidentityassociation`

* change create task order

* add integration test

* delete IAM role stacks on cluster deletion

* move validations from cluster config level to command config level

* avoid duplicating stack deletion tasks due to passing name by reference

* fix integration tests

* add eksctl prefix to integrationt test IAM roles

* make IAM roles trust the production EKS Service Principal

---------

Co-authored-by: Tibi <110664232+TiberiuGC@users.noreply.github.com>

* Add documentation for pod identity associations feature (#7313)

* Add documentation for pod identity associations

* add more details to how pod identity agent addon works

* remove unnecessary empty lines

* refactor as per PR suggestions

* add references to official AWS docs

* generate docs

* rephrase intro

Co-authored-by: Himangini <its_himangini@yahoo.com>

* rephrase news section

Co-authored-by: Himangini <its_himangini@yahoo.com>

* add newline between docs links

---------

Co-authored-by: Himangini <its_himangini@yahoo.com>

* update bottlerocket settings reference

---------

Co-authored-by: Chetan Patwal <cPu1@users.noreply.github.com>
Co-authored-by: Himangini <its_himangini@yahoo.com>
IdanShohamNetApp pushed a commit to spotinst/weaveworks-eksctl that referenced this pull request Jun 2, 2024
…7315)

* Implement `update podidentityassociation`

* Implement `delete podidentityassociation`

* change create task order

* add integration test

* delete IAM role stacks on cluster deletion

* move validations from cluster config level to command config level

* avoid duplicating stack deletion tasks due to passing name by reference

* fix integration tests

* add eksctl prefix to integrationt test IAM roles

* make IAM roles trust the production EKS Service Principal

---------

Co-authored-by: Tibi <110664232+TiberiuGC@users.noreply.github.com>
IdanShohamNetApp pushed a commit to spotinst/weaveworks-eksctl that referenced this pull request Jun 2, 2024
* Implement updating and deleting pod identity associations (eksctl-io#7315)

* Implement `update podidentityassociation`

* Implement `delete podidentityassociation`

* change create task order

* add integration test

* delete IAM role stacks on cluster deletion

* move validations from cluster config level to command config level

* avoid duplicating stack deletion tasks due to passing name by reference

* fix integration tests

* add eksctl prefix to integrationt test IAM roles

* make IAM roles trust the production EKS Service Principal

---------

Co-authored-by: Tibi <110664232+TiberiuGC@users.noreply.github.com>

* Add documentation for pod identity associations feature (eksctl-io#7313)

* Add documentation for pod identity associations

* add more details to how pod identity agent addon works

* remove unnecessary empty lines

* refactor as per PR suggestions

* add references to official AWS docs

* generate docs

* rephrase intro

Co-authored-by: Himangini <its_himangini@yahoo.com>

* rephrase news section

Co-authored-by: Himangini <its_himangini@yahoo.com>

* add newline between docs links

---------

Co-authored-by: Himangini <its_himangini@yahoo.com>

* update bottlerocket settings reference

---------

Co-authored-by: Chetan Patwal <cPu1@users.noreply.github.com>
Co-authored-by: Himangini <its_himangini@yahoo.com>
TiberiuGC added a commit to TiberiuGC/eksctl that referenced this pull request Oct 7, 2024
…7315)

* Implement `update podidentityassociation`

* Implement `delete podidentityassociation`

* change create task order

* add integration test

* delete IAM role stacks on cluster deletion

* move validations from cluster config level to command config level

* avoid duplicating stack deletion tasks due to passing name by reference

* fix integration tests

* add eksctl prefix to integrationt test IAM roles

* make IAM roles trust the production EKS Service Principal

---------

Co-authored-by: Tibi <110664232+TiberiuGC@users.noreply.github.com>
TiberiuGC added a commit to TiberiuGC/eksctl that referenced this pull request Oct 7, 2024
* Implement updating and deleting pod identity associations (eksctl-io#7315)

* Implement `update podidentityassociation`

* Implement `delete podidentityassociation`

* change create task order

* add integration test

* delete IAM role stacks on cluster deletion

* move validations from cluster config level to command config level

* avoid duplicating stack deletion tasks due to passing name by reference

* fix integration tests

* add eksctl prefix to integrationt test IAM roles

* make IAM roles trust the production EKS Service Principal

---------

Co-authored-by: Tibi <110664232+TiberiuGC@users.noreply.github.com>

* Add documentation for pod identity associations feature (eksctl-io#7313)

* Add documentation for pod identity associations

* add more details to how pod identity agent addon works

* remove unnecessary empty lines

* refactor as per PR suggestions

* add references to official AWS docs

* generate docs

* rephrase intro

Co-authored-by: Himangini <its_himangini@yahoo.com>

* rephrase news section

Co-authored-by: Himangini <its_himangini@yahoo.com>

* add newline between docs links

---------

Co-authored-by: Himangini <its_himangini@yahoo.com>

* update bottlerocket settings reference

---------

Co-authored-by: Chetan Patwal <cPu1@users.noreply.github.com>
Co-authored-by: Himangini <its_himangini@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants