You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#19/#20 did address the resource request and limits for inject but since it's written inside the newContainer routine, it applies to expose as well.
I'm not well-versed enough in Go to quickly make this configurable from the CLI, but I made this hardcoded change to reduce the CPU request: jiehanzheng@2c5a30c
When looking at requests and limits for the expose pod, it gives a non-int value and does not look to be configuable.
Using a
kubectl describe pod podname
gives the following values:I cannot see anywhere in the code for expose to change these values, however it exists for inject. #19
Is there anyway this could be used? It would be great to be able to change these values
Thank you
The text was updated successfully, but these errors were encountered: