feat(kubevirt): move virt-handler to hostNetwork, bump 3p-kubevirt fork version#2174
Merged
Merged
Conversation
7685dbe to
d20b1b3
Compare
58d31a4 to
5f51f86
Compare
b57b1bb to
eea451a
Compare
2af2b8f to
68b114d
Compare
…rk version Signed-off-by: Yaroslav Borbat <yaroslav.borbat@flant.com>
9c1bd91 to
13ed69b
Compare
Member
Author
diafour
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bumps the
3p-kubevirtfork version to include changes from deckhouse/3p-kubevirt#93 and updates Helm templates accordingly.Changes in the kubevirt fork (3p-kubevirt#93):
virt-handleris moved tohostNetwork: true.kube-rbac-proxysidecar.kube-api-rewriterround tripper is added tovirt-handlerandvirt-controllerChanges in Helm templates:
virt-handlerDaemonSet is configured withhostNetwork: trueviacustomizeComponents.patches.kube-rbac-proxysidecar forvirt-handler,virt-controller,virt-api,virt-operatorkube-api-rewritersidecar forvirt-handler,virt-controller.hostNetwork(virt-handler,vm-route-forge,virtualization-dra) — ports are chosen outside the KubeVirt live-migration range (4135–4199).Why do we need it, and what problem does it solve?
Previously
virt-handlerran withouthostNetwork, which required akube-rbac-proxysidecar to secure the metrics endpoint. Moving tohostNetworkalignsvirt-handlerwith the other node-level DaemonSets (vm-route-forge,virtualization-dra) and eliminates the extra sidecar. Native authn/authz middleware and thekube-api-rewriterround tripper built into the fork replace the proxy, reducing resource overhead and operational complexity.What is the expected result?
virt-handlerpods start withhostNetwork: trueand nokube-rbac-proxy,kube-api-rewritersidecar.Checklist
Changelog entries