8000 Tags · cozystack/cozystack · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: cozystack/cozystack

Tags

v0.30.5

Toggle v0.30.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix virtual machine resource tracking (#904) (#916)

* Count Workload resources for pods by requests, not limits
* Do not count init container requests
* Prefix Workloads for pods with `pod-`, just like the other types to
prevent possible name collisions (closes #787)

The previous version of the WorkloadMonitor controller incorrectly
summed resource limits on pods, rather than requests. This prevented it
from tracking the resource allocation for pods, which only had requests
specified, which is particularly the case for kubevirt's virtual machine
pods. Additionally, it counted the limits for all containers, including
init containers, which are short-lived and do not contribute much to the
total resource usage.

(cherry picked from commit 1e59e5f)
Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>

v0.31.0-rc.1

Toggle v0.31.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.31.0-rc.1 (#895)

This PR prepares the release `v0.31.0-rc.1`.

v0.31.0-rc1

Toggle v0.31.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[kubernetes] Fix ubuntu-container-disk tag (#887)

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>

v0.30.4

Toggle v0.30.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.30.4 (#881)

This PR prepares the release `v0.30.4`.

v0.30.3

Toggle v0.30.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.30.3 (#821)

This PR prepares the release `v0.30.3`.
(Please merge it before releasing draft)

v0.30.2

Toggle v0.30.2's commit message

Verified

This commit was signed with the committer’s verified signature.
kvaps Andrei Kvapil
Release v0.30.2 (#813)

This PR prepares the release `v0.30.2`.
(Please merge it before releasing draft)

0.30.1

Toggle 0.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.30.1 (#804)

This PR prepares the release `v0.30.1`.
(Please merge it before releasing draft)

v0.30.1

Toggle v0.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.30.1 (#804)

This PR prepares the release `v0.30.1`.
(Please merge it before releasing draft)

v0.30.0

Toggle v0.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.30.0 (#783)

This PR prepares the release `v0.30.0`.
(Please merge it before releasing draft)

v0.29.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #751 from cozystack/release-0.29.1

Release v0.29.1
0