fix(eks-v2-alpha): ensure kubectl provider access entry is depended upon by downstream resources#34898
fix(eks-v2-alpha): ensure kubectl provider access entry is depended upon by downstream resources#34898
Conversation
…pon by downstream resources
|
Exemption Request: no functional change. simple dependency ordering can be tested via unit tests |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Integ tests currently don't support testing deletions. Will exempt this from integ tests. |
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
Abogical
left a comment
There was a problem hiding this comment.
I've reproduced the issue and confirmed that this patch fixes the issue. Nice job!
Snapshots however needs to be updated as it currently conflicts with the main branch.
…pon by downstream resources (#36734) _Note: Copied from #34898 with updated snapshots, credit to @msessa._ Closes #34897 ### Reason for this change The `AccessEntry` for kubectl provider should be included as a dependency of the kubectl ready barrier. ### Description of changes Add the kubectl `AccessEntry` to the explicit dependencies for the ready barrier resource ### Description of how you validated changes - Updated unit test - Updated integration tests. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Closing in favor of #36734. This is the same patch but with updated snapshots. |
|
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
Closes #34897
Reason for this change
The
AccessEntryfor kubectl provider should be included as a dependency of the kubectl ready barrier.Description of changes
Add the kubectl
AccessEntryto the explicit dependencies for the ready barrier resourceDescription of how you validated changes
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license