-
Notifications
You must be signed in to change notification settings - Fork 42k
Update to latest cadvisor @ v0.52.1 and new opencontainer/cgroups and drops opencontainers/runc #130569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to latest cadvisor @ v0.52.1 and new opencontainer/cgroups and drops opencontainers/runc #130569
Conversation
|
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/remove-sig instrumentation |
|
/remove-sig api-machinery |
|
Hey @dims we have the new release candidate https://github.com/prometheus/client_golang/releases/tag/v1.22.0-rc.0 with @liggitt's patch. |
|
@kakkoyun thank you! updating this PR with the RC |
|
@kakkoyun @liggitt Something's wrong with the checksum database, i am seeing the following error: looking at https://sum.golang.org/lookup/github.com/prometheus/[email protected] i see the following: hoping it's an intermittent thing. will try later today xref: golang/go#72121 |
Signed-off-by: Davanum Srinivas <[email protected]>
|
/retest |
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: e265a21b969b43261fffdef2e8b888aca43bd4c9 |
|
/remove-sig api-machinery |
| cloud.google.com/go/clouddms v1.7.3 h1:xe/wJKz55VO1+L891a1EG9lVUgfHr9Ju/I3xh1nwF84= | ||
| cloud.google.com/go/cloudtasks v1.12.4 h1:5xXuFfAjg0Z5Wb81j2GAbB3e0bwroCeSF+5jBn/L650= | ||
| cloud.google.com/go/compute v1.25.1 h1:ZRpHJedLtTpKgr3RV1Fx23NuaAEN1Zfx9hw1u4aJdjU= | ||
| cloud.google.com/go/compute v1.23.3 h1:6sVlXXBmbd7jNX0Ipq0trII3e4n1/MsADLK6a+aiVlk= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we know why the version of cloud.google.com/go/compute was downgraded?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It wasn't. Kubernetes doesn't vendor or link this dependency at all.
This file just records all the checksums of modules referenced anywhere in the dependency graph, including transitively. As transitive dependencies get dropped, versions of random transitively referenced dependencies can change like this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the clarification.
We need this so we can be on latest containerd, runc dependencies and more importantly pick up the newly minted
github.com/opencontainers/cgroupswhich will help us move to decouple kubernetes fromrunc(almost there!)What type of PR is this?
/kind cleanup
/area dependency
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: