-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix: Change EKS addons to use EKS Blueprint addons module #1718
Merged
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
Changed addons to blueprint
tiagoReichert
temporarily deployed
to
EKS Blueprints Test
August 7, 2023 19:20 — with
GitHub Actions
Inactive
tiagoReichert
changed the title
Error message fix: Changed addons to blueprint
fix: Changed addons to blueprint
Aug 7, 2023
what is the motivation for this change? |
To remove the following message:
|
Unfortunately this won't remove that message |
It worked here, can you try to reproduce? |
bryantbiggs
changed the title
fix: Changed addons to blueprint
fix: Change EKS addons to use EKS Blueprint addons module
Aug 9, 2023
bryantbiggs
approved these changes
Aug 9, 2023
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.
rodrigobersa
pushed a commit
that referenced
this pull request
Aug 9, 2023
rodrigobersa
added a commit
that referenced
this pull request
Aug 9, 2023
chore(deps): Bump github/codeql-action from 2.21.0 to 2.21.1 (#1703) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> fix: Correct doc name for privatelink example (#1704) chore: Clean up of the README (#1705) chore(deps): Bump github/codeql-action from 2.21.1 to 2.21.2 (#1706) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore: Remove remaining modules from project, update workflows now that modules are removed (#1699) fix: Change EKS addons to use EKS Blueprint addons module (#1718) chore(deps): Bump github/codeql-action from 2.21.2 to 2.21.3 (#1720) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Adding `README`. Running `pre-commit` Adding example Adding `README`. Running `pre-commit`
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changed addons to blueprint
Description
Changing the addons from EKS to EKS Blueprints Addons fixed error messagens on vpc-cni.
Motivation and Context
How was this change tested?
pre-commit run -a
with this PRAdditional Notes