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

Container Insights Addon Redesign and Upgrade. #704

Merged
merged 9 commits into from
Jun 12, 2023

Conversation

elamaran11
Copy link
Collaborator

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.

Copy link
Collaborator

@shapirov103 shapirov103 left a comment

Choose a reason for hiding this comment

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

Looks great! Please run make lint and resubmit. I will run e2e and merge.

serviceAccountNamespace = this.props.namespace;
}
else {
serviceAccountNamespace = "amazon-metrics"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Missing ;
applies elsewhere (we will need to apply a better linter however I believe make lint should catch it)

@@ -65,6 +65,7 @@ export default class BlueprintConstruct {
}),
new blueprints.addons.XrayAdotAddOn(),
// new blueprints.addons.CloudWatchAdotAddOn(),
// new blueprints.addons.ContainerInsightsAddOn(),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hmm, we have a few incompatible add-ons. We need to create a new e2e test for let's say CW observability with Cluster Autoscaler (currently incompatible with Karpenter). This can be deferred though.

@elamaran11
Copy link
Collaborator Author

@shapirov103 Fixed all link issues. Please run e2e.

@shapirov103
Copy link
Collaborator

/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 passed

@elamaran11 elamaran11 merged commit 7547929 into main Jun 12, 2023
@elamaran11 elamaran11 mentioned this pull request Jun 21, 2023
1 task
@elamaran11 elamaran11 linked an issue Jun 21, 2023 that may be closed by this pull request
1 task
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.

Upgrade Container Insights Addon
3 participants