Need a way to differentiate between resource limits and requests in kubernetes constraints
Bug #1919976 reported by
Tom Haddon
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
High
|
Unassigned |
Bug Description
Deploying a kubernetes charm with constraints of "mem=100M cpu-power=100" (for instance) will produce the following (from describe pod):
Containers:
[...]
Limits:
cpu: 100m
memory: 100Mi
Requests:
cpu: 100m
memory: 100Mi
However, being able to set these to different values would be useful, and is good practice in Kubernetes. See https:/
Changed in juju: | |
milestone: | 2.9.1 → 2.9.2 |
Changed in juju: | |
milestone: | 2.9.2 → 2.9.3 |
Changed in juju: | |
milestone: | 2.9.3 → 2.9.4 |
Changed in juju: | |
milestone: | 2.9.4 → 2.9.5 |
Changed in juju: | |
milestone: | 2.9.5 → 2.9-next |
tags: | added: canonical-is |
Changed in juju: | |
milestone: | 2.9-next → 3.1-beta1 |
Changed in juju: | |
milestone: | 3.1-beta1 → 3.2-beta1 |
Changed in juju: | |
milestone: | 3.2-beta1 → 3.2-rc1 |
Changed in juju: | |
milestone: | 3.2-rc1 → 3.2.0 |
Changed in juju: | |
milestone: | 3.2.0 → 3.2.1 |
Changed in juju: | |
milestone: | 3.2.1 → 3.2.2 |
Changed in juju: | |
milestone: | 3.2.2 → 3.2.3 |
Changed in juju: | |
milestone: | 3.2.3 → 3.2.4 |
To post a comment you must log in.
Thanks Tom, we have this on out roadmap, I'm going to target this to 2.9.1 as its fairly important.