-
Notifications
You must be signed in to change notification settings - Fork 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(eks): ConfigCommand
and GetTokenCommand
should output by default
#33673
base: main
Are you sure you want to change the base?
Conversation
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.
The pull request linter fails with the following errors:
❌ Fixes must contain a change to an integration test file and the resulting snapshot.
If you believe this pull request should receive an exemption, please comment and provide a justification. A comment requesting an exemption should contain the text Exemption Request
. Additionally, if clarification is needed, add Clarification Request
to a comment.
ConfigCommand
and GetTokenCommand
should output by default
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #33673 +/- ##
=======================================
Coverage 82.21% 82.21%
=======================================
Files 119 119
Lines 6876 6876
Branches 1162 1162
=======================================
Hits 5653 5653
Misses 1120 1120
Partials 103 103
Flags with carried forward coverage won't be shown. Click here to find out more.
|
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@aws-cdk/aws-eks-v2-alpha: UNCHANGED integ.eks-cluster 5.698s
@aws-cdk/aws-eks-v2-alpha: Snapshot Results:
@aws-cdk/aws-eks-v2-alpha: Tests: 6 failed, 14 total
@aws-cdk/aws-eks-v2-alpha: Failed: /codebuild/output/src2051224748/src/github.com/aws/aws-cdk/packages/@aws-cdk/aws-eks-v2-alpha/test/integ.alb-controller.js
@aws-cdk/aws-eks-v2-alpha: Failed: /codebuild/output/src2051224748/src/github.com/aws/aws-cdk/packages/@aws-cdk/aws-eks-v2-alpha/test/integ.eks-addon.js
@aws-cdk/aws-eks-v2-alpha: Failed: /codebuild/output/src2051224748/src/github.com/aws/aws-cdk/packages/@aws-cdk/aws-eks-v2-alpha/test/integ.eks-inference-nodegroup.js
@aws-cdk/aws-eks-v2-alpha: Failed: /codebuild/output/src2051224748/src/github.com/aws/aws-cdk/packages/@aws-cdk/aws-eks-v2-alpha/test/integ.eks-standard-access-entry.js
@aws-cdk/aws-eks-v2-alpha: Failed: /codebuild/output/src2051224748/src/github.com/aws/aws-cdk/packages/@aws-cdk/aws-eks-v2-alpha/test/integ.eks-subnet-updates.js
@aws-cdk/aws-eks-v2-alpha: Failed: /codebuild/output/src2051224748/src/github.com/aws/aws-cdk/packages/@aws-cdk/aws-eks-v2-alpha/test/integ.fargate-cluster.js
@aws-cdk/aws-eks-v2-alpha: Error: Some tests failed!
@aws-cdk/aws-eks-v2-alpha: To re-run failed tests run: integ-runner --update-on-failed
@aws-cdk/aws-eks-v2-alpha: at main (/codebuild/output/src2051224748/src/github.com/aws/aws-cdk/packages/@aws-cdk/integ-runner/lib/cli.js:192:19)
aws-cdk-lib: PASS aws-stepfunctions-tasks/test/emr/emr-terminate-cluster.test.ts
@aws-cdk/aws-eks-v2-alpha: Error: integ-runner exited with error code 1
@aws-cdk/aws-eks-v2-alpha: Tests failed. Total time (1m8.6s) | /codebuild/output/src2051224748/src/github.com/aws/aws-cdk/node_modules/jest/bin/jest.js (1m1.8s) | integ-runner (6.6s)
@aws-cdk/aws-eks-v2-alpha: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|
Issue # (if applicable)
Closes #32318
Reason for this change
outputConfigCommand is
true
by default.aws-cdk/packages/aws-cdk-lib/aws-eks/lib/cluster.ts
Lines 506 to 513 in 7538a84
Description of changes
props.mastersRole
need not betrue
.aws-cdk/packages/aws-cdk-lib/aws-eks/lib/cluster.ts
Line 1845 in 7538a84
Describe any new or updated permissions being added
NONE
Description of how you validated changes
Pass unit tests
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license