-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Podman support. #3021
Podman support. #3021
Conversation
b554782
to
341a840
Compare
341a840
to
9faea78
Compare
bd6a047
to
9556d7f
Compare
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.
Hey ! This PR is looking good and has some functionality we've been needing in a recent project. How's this going ? Still being worked on ?
@strideynet I'm on holiday now, when I get back I'll try to end it :D |
8c62ed1
to
ce6f39a
Compare
ce6f39a
to
472d1cf
Compare
Any udpate on this PR? |
Still a work in progress, so many things simultaneously to do. I think that half work is done. Soon I will end this PR :) |
1beb52a
to
82ae52c
Compare
@dims @bobbypage @iwankgb @mrunalp could you please move this forward? Thank you in advance |
@Crapshit as i am not a google employee, i consider myself as a guest here. I do not want to merge a feature without explicit ok from google folks. |
Ok, understand @dims. |
@Crapshit thanks! (my mandate has been to make sure k8s usage of cadvisor is covered to be a bit more specific) |
@Creatone do you think it could help if we assign this PR to @bobbypage ? |
@Crapshit I don't think so. |
@dims @bobbypage @iwankgb @mrunalp in order to add podman support to cadvisor is creating a fork the only solution? To me it looks like this PR is being ignored on purpose. |
@xeizmendi I will speak for myself: I am an volunteer working on cAdvisor in my free time. At the moment I'm probably half done with review of this PR and I find your comments offensive: this is free software, what stops you from helping out and reviewing this code? |
@iwankgb I thought only one of the project maintainers has the right to review/approved the code. If anybody can do so, then I'm sorry. Can anybody review the PR? Is there any documentation on what are the code review requirements for this project? The PR has been sitting unreviewed for over six months and there have been no comments from core maintainers, hence my frustration. |
@xeizmendi lack of comments usually boils down to lack of time. This is reality of FOSS. |
Regarding reviewing: everyone can review, maintainers can approve and merge. |
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.
Just two comments, @Creatone
b161cad
to
f76e56a
Compare
Signed-off-by: Paweł Szulik <paul.szulik@gmail.com>
Signed-off-by: Paweł Szulik <paul.szulik@gmail.com>
f76e56a
to
0c8457a
Compare
Signed-off-by: Paweł Szulik <paul.szulik@gmail.com>
0c8457a
to
accb877
Compare
Hello! Really appreciate the podman support and I was able to clone and build from the main branch without any issue. Was wondering if there's any release schedule I can keep an eye on? I'm guessing the next release will have whatever is currently on the master branch? p.s not sure if it's being tracked already/looking contribution but the current implementation (from 2-ish weeks ago) is missing equivalent |
@Creatone I run each rootless podman container in their own Linux user shell. Is there any chance you can support this scenario? I see cadvisor container already maps /var/run/ , and on host the users containers are in /run/user/ (/var/run is link to /run) |
@Creatone it would need to walk through each readable cadvisor/container/podman/factory.go Line 40 in 04006e5
|
Fixes #2424
Signed-off-by: Paweł Szulik pawel.szulik@intel.com