Recording: https://youtu.be/qbNx6bHu5LY
Attendees: Jan Schintag, Felix Matouschek , Jaydeep Pokhariya,Dylan White, Andrew Burden, Itamar Holder Aseef Imran, Federico Fossemo Orel Misan Daniel Hiller
Introductions: Welcome everyone to the KubeVirt weekly community meeting
Join the community:
Join as a Github Project Member
Do we have any new members this week that would like to introduce themselves?
Schedule Check-in: https://github.com/kubevirt/sig-release/blob/main/releases/v1.9/schedule.md
Upcoming CfP Check-in: https://github.com/kubevirt/community/wiki/Events
Calendar Check-in: https://calendar.google.com/calendar/u/0/embed?src=kube...@cncf.io
Agenda and Notes:
[dhiller] https://github.com/kubevirt/kubevirt/pull/16196 seems to have been abandoned
is it important?
do people want to follow up on this?
[aburden] VEP freeze in two weeks!
[iholder101] General note: Important emails for VEP owners:
Open Floor:
Woop woop!: Release of kubevirt hostpath-provisioner v0.25.0: https://groups.google.com/g/kubevirt-dev/c/jec5Lo9Wu_0
Pull Requests that need attention: https://github.com/kubevirt/community/pulls & https://github.com/kubevirt/user-guide/pulls
backend-storage: snapshot and restore support: https://github.com/kubevirt/user-guide/pull/944
Added memoryOvercommit configuration as yaml specification similar to cpu over commit configuration: https://github.com/kubevirt/user-guide/pull/981
Mailing list review: https://groups.google.com/g/kubevirt-dev
KubeVirtCI: Emulated SR-IOV support: https://groups.google.com/g/kubevirt-dev/c/qfx-EcnXt6E
vdpa-network-bindin-plugin repository request: https://groups.google.com/g/kubevirt-dev/c/psaJGONf-ts
[VEP #233] Enforce Release Branch End-of-Life Policy: https://groups.google.com/g/kubevirt-dev/c/MnVD7IZ99Wk
Prow test commands — when to use which: https://groups.google.com/g/kubevirt-dev/c/jq8kJUuHyvM
Prow job history page showing inconsistent/stale results: https://groups.google.com/g/kubevirt-dev/c/7RpDWcfcFpc
Bug scrub: https://github.com/kubevirt/community/issues?q=is%3Aopen+is%3Aissue & https://github.com/kubevirt/user-guide/issues?q=is%3Aopen+is%3Aissue
(/triage {accepted | build-watcher | duplicate | needs-information | not-reproducible | unresolved})
Flaky test fixes: https://github.com/pulls?q=label%3Akind%2Fflake+repo%3Akubevirt%2Fkubevirt
Zoom chat:
00:07:07 aburden: https://docs.google.com/document/d/1xkhG--2btgqTfvGBGu5BxnsesfgeCniaQg3yoZdzWyg/edit?tab=t.0
00:16:09 Itamar Holder (@iholder101): https://github.com/orgs/kubevirt/projects/21
00:30:37 dhiller: @aburden I ccd you on the PR
00:31:06 aburden: Thanks Daniel
00:31:30 aburden: Yeah, I think my browser ram is smashed. my audio is whack both ways
Recording: https://youtu.be/R8hNeC2rzl8
Attendees: Andrew Burden, Felix Matouschek,Federico Fossemo(fossedihelm),ANEESH,Jan Schintag (jschintag), Alexander Wels, Jaydeep Pokhariya, Alan Caldelas, Harshitha
Introductions: Welcome everyone to the KubeVirt weekly community meeting
Join the community:
Join as a Github Project Member
Do we have any new members this week that would like to introduce themselves?
Schedule Check-in: https://github.com/kubevirt/sig-release/blob/main/releases/v1.9/schedule.md
Upcoming CfP Check-in: https://github.com/kubevirt/community/wiki/Events
Calendar Check-in: https://calendar.google.com/calendar/u/0/embed?src=kube...@cncf.io
Agenda and Notes:
VEP meeting next Tuesday
Also special meeting for VEP 17: Instancetype API v1 graduation and custom sizing
Wednesday, 1 hour before the Community meeting.
Open Floor:
[Proposal] Move iommufd-device-plugin to the KubeVirt organization: https://groups.google.com/g/kubevirt-dev/c/42yb1cQ7Hq0
[aburden] talking last week with cncf folks: we might benefit from having a Kubevirt-plugins github org that these belong to. Granular ownership as well as separation of interest regarding support over time etc
Nvidia kubevirt plugin
Packer
Portworx benchmark
[Alay] Mount explosion issue due to bi-directional mount in virt-handler https://github.com/kubevirt/kubevirt/issues/17423
/var/lib/kubelet is mounted as bi-directional mount point
Other components on the node could use /var/lib/kubelet/pods or /var/lib/kubelet/plugins for csi operations.
This causes mount explosion problem
Every virt-handler container restart causes mount points to double. More details in the issue.
Are there historical reasons why /var/lib/kubelet needs to be a bidirectional mount?
[jed] some background there https://github.com/kubevirt/kubevirt/issues/12520 for the full dir mount as opposed to only subdirs. Not sure about the bidirectional thing, probably an oversight, I don’t think we need bi-directionality.
Pull Requests that need attention: https://github.com/kubevirt/community/pulls & https://github.com/kubevirt/user-guide/pulls
Mailing list review: https://groups.google.com/g/kubevirt-dev
KubeVirt CI Prow transition to GitHub App credentials: https://groups.google.com/g/kubevirt-dev/c/Vk-GaETk2_0
🚨VEP Authors 🚨 - find an assigned reviewer to your VEPs!: https://groups.google.com/g/kubevirt-dev/c/1eoIWufLJfk
Bug scrub: https://github.com/kubevirt/community/issues?q=is%3Aopen+is%3Aissue & https://github.com/kubevirt/user-guide/issues?q=is%3Aopen+is%3Aissue
(/triage {accepted | build-watcher | duplicate | needs-information | not-reproducible | unresolved})
Flaky test fixes: https://github.com/pulls?q=label%3Akind%2Fflake+repo%3Akubevirt%2Fkubevirt
Zoom chat:
00:13:55 xpivarc: nvidia kubevirt plugin
00:18:26 Alan Caldelas: The solution being read-only mounts?
00:19:34 Alan Caldelas: Thanks!