-
Notifications
You must be signed in to change notification settings - Fork 206
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
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.
Looks great! Please run make lint
and resubmit. I will run e2e and merge.
serviceAccountNamespace = this.props.namespace; | ||
} | ||
else { | ||
serviceAccountNamespace = "amazon-metrics" |
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.
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(), |
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.
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.
@shapirov103 Fixed all link issues. Please run |
/do-e2e-tests |
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.
end to end tests passed
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.