Skip to content

Setting resource requests/limits in osdu namespace

Abhishek Patil requested to merge abpatil/namespace_limits into master

All Submissions:


  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [YES] I have updated the documentation accordingly.
  • [YES] My code follows the code style of this project.

Current Behavior or Linked Issues


Please find the issue description and change details here.

Does this introduce a breaking change?


  • [NO]

Other information


Below is an illustration of how entitlements service's pods picked default resource requests/limits set for osdu namespace.

entitlements container's config before namespace limits:- image As can be seen, there is no resource requests/limits set for pod.

After creating the below LimitRange in osdu namespace, entitlements container picked the default requests/limits set for osdu namespace.

image

image

Edited by Abhishek Patil

Merge request reports