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

Fixed defect when AWS region was not set for core addon version look-up #1045

Merged
merged 4 commits into from
Jul 16, 2024

Conversation

shapirov103
Copy link
Collaborator

despite an explicit setting on the blueprint. Resolves #1015

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…up despite an explicit setting on the blueprint. Resolves #1015
@shapirov103
Copy link
Collaborator Author

/do-e2e-tests

Copy link

@aws-ia-ci aws-ia-ci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

end to end tests failed. A maintainer can provide more details.

…ion as per current state of AWS describe-addon-versions API
@shapirov103
Copy link
Collaborator Author

/do-e2e-tests

aws-ia-ci
aws-ia-ci previously approved these changes Jul 15, 2024
Copy link

@aws-ia-ci aws-ia-ci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

end to end tests passed

Copy link
Collaborator

@elamaran11 elamaran11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment.

synth.log Outdated
@@ -0,0 +1,1324 @@

> @aws-quickstart/eks-blueprints@1.15.1 examples
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this file? Why is this added to PR?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed, good catch.

Copy link
Collaborator

@elamaran11 elamaran11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One more minor feedback.

@@ -3,6 +3,7 @@ import * as blueprints from '../lib';
import {CloudWatchInsightsAddOnProps, Values} from "../lib";
import {Match, Template} from "aws-cdk-lib/assertions";
import {KubernetesVersion} from "aws-cdk-lib/aws-eks";
import { add } from 'lodash';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addressed

Copy link
Collaborator

@elamaran11 elamaran11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@elamaran11 elamaran11 merged commit b8c51d2 into main Jul 16, 2024
1 check passed
@elamaran11 elamaran11 deleted the bugfix/region-missing-core-addons branch July 16, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VpcCniAddOn: As of 1.14.1, an error stating "Region is missing" is throwing in console
3 participants