-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Cadvisor root path configuration #35136
Cadvisor root path configuration #35136
Conversation
Jenkins GCE etcd3 e2e failed for commit f2ca5fe2b1af02600c7216db146132fa5f95c92c. Full PR test history. The magic incantation to run this job again is |
Jenkins GCI GCE e2e failed for commit f2ca5fe2b1af02600c7216db146132fa5f95c92c. Full PR test history. The magic incantation to run this job again is |
Jenkins Kubemark GCE e2e failed for commit f2ca5fe2b1af02600c7216db146132fa5f95c92c. Full PR test history. The magic incantation to run this job again is |
Jenkins GCE e2e failed for commit f2ca5fe2b1af02600c7216db146132fa5f95c92c. Full PR test history. The magic incantation to run this job again is |
Jenkins GKE smoke e2e failed for commit f2ca5fe2b1af02600c7216db146132fa5f95c92c. Full PR test history. The magic incantation to run this job again is |
Jenkins unit/integration failed for commit d2d52a2f8ae13c48cfaa92f260355c2924fa27cf. Full PR test history. The magic incantation to run this job again is |
Jenkins GCI GKE smoke e2e failed for commit d2d52a2f8ae13c48cfaa92f260355c2924fa27cf. Full PR test history. The magic incantation to run this job again is |
d2d52a2
to
1fed915
Compare
Jenkins GCE Node e2e failed for commit 33a6dfa. Full PR test history. The magic incantation to run this job again is |
c5e9ee9
to
d313658
Compare
Jenkins verification failed for commit d313658778608b877cd571b151dd5206d169a7bd. Full PR test history. The magic incantation to run this job again is |
d313658
to
a417ce3
Compare
@vishh This should be all good to go. |
Note: I tested this on memory, inode, and disk node e2e eviction tests. These tests have been run on ubuntu, coreos, and gci images. |
This LGTM. Thanks a tonne for this fix @dashpole! I generally prefer updating cAdvisor deps to point to a tag rather than an arbitrary commit. If @timstclair has no concerns with creating an additional tag on cAdvisor for this bump, then I'd recommend doing that. |
I don't think it makes sense to create a tag for each arbitrary sync point in the mid-release development cycle. I think it's unclear what the tags mean in that case. I'd prefer to stick to the model we used in 1.4 (don't create tags for each update, only an alpha tag when we cut the k8s release branch, and a full cAdvisor release corresponding to the k8s release). |
a417ce3
to
eb19713
Compare
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
Commit found in the "release-1.4" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
Automatic merge from submit-queue Fix cadvisor_unsupported and the crossbuild Resolves a bug in the `cadvisor_unsupported.go` code. Fixes #35735 Introduced by: #35136 We should consider to cherrypick this as #35136 also was cherrypicked cc @kubernetes/sig-testing @vishh @dashpole @jessfraz ```release-note Fix cadvisor_unsupported and the crossbuild ```
Automatic merge from submit-queue Eviction manager evicts based on inode consumption Fixes: #32526 Integrate Cadvisor per-container inode stats into the summary api. Make the eviction manager act based on inode consumption to evict pods using the most inodes. This PR is pending on a cadvisor godeps update which will be included in PR #35136
…herry-pick-of-#35136-kubernetes#35817-origin-release-1.4" This reverts commit 7964708, reversing changes made to b7ad318.
…ck-of-#35136-kubernetes#35817-origin-release-1.4 Automated cherry pick of kubernetes#35136 kubernetes#35817
This solves #33444 and reverts PR #33520. This takes the root directory and passes it to cadvisor, which sets up the "nodefs" based on the provided path, rather than using "/" as before.
This PR is pending on changes in cadvisor, and will not pass tests until those changes are merged, and cadvisor godeps are updated.
This change is