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

Remove constraints on ActiveGate container resources #114

Merged
merged 4 commits into from
Apr 6, 2021

Conversation

lrgar
Copy link
Contributor

@lrgar lrgar commented Apr 2, 2021

First, there is a bug when setting resources. The configuration for kubernetesMonitoring will be used for other capabilities. So customers can't set specific resource limits for the routing Pod.

Nonetheless, the current logic tries to set requests/limits within a hardcoded range. And while there is a few concerns with that (there is never a reason to reduce the limit for example), we shouldn't really be overriding customer settings unexpectedly.

I've removed this particular logic, and updated the DynaKube example to include our suggested resource requirements, but by default nothing is set. This matches the behavior of the OneAgent features.

@lrgar lrgar merged commit c0501ad into master Apr 6, 2021
@lrgar lrgar deleted the bugfix/sts-resources-settings branch April 6, 2021 06:32
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.

None yet

3 participants