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
If we wanted to allocate sub-core allocations in Kubernetes, might be useful to set a request for CPU to 0.5 but allow the pod to use up to 1 core. This could be done in backwards compatible manner, example:
* Allow K8 CPU/memory request/limit to be different values
Fixes#316
* Remove cpu/memory from container resource and set OR logic in builder
* Test cpu/memory still work
* Add some extra test cases
* Make it clear cpu/memory in this test are not used
If we wanted to allocate sub-core allocations in Kubernetes, might be useful to set a request for CPU to 0.5 but allow the pod to use up to 1 core. This could be done in backwards compatible manner, example:
current:
new keys:
If the new keys are specified they will override
cpu
andmemory
since the new keys are more specific.The text was updated successfully, but these errors were encountered: