Deploying / installing libvirt #9136
Unanswered
Tenebresus
asked this question in
Q&A
Replies: 2 comments 26 replies
-
Sorry, no experience, so just a generic answer. Talos doesn't have |
Beta Was this translation helpful? Give feedback.
23 replies
-
I'm going to get back to you on this. Sharing dbus will confuse libvirt as it has hardcoded things it will try to do that might not actually work. We are not sharing those. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Im currently trying to deploy OpenStack on my Talos cluster using the folllowing guide https://docs.openstack.org/openstack-helm/latest/install/openstack.html. For OpenStack to work on Kubernetes I have to deploy libvirt pods, whose jobs it is to start libvirt on the worker nodes (https://github.com/openstack/openstack-helm-infra/blob/master/libvirt/templates/bin/_libvirt.sh.tpl). This script is trying to call
systemd-run libvirtd
in order to start libvirt, but because talos uses it own init system (machined), this fails. Does anyone have any experience with deploying / installing libvirt on their talos cluster? If so, could you be so kind to help me out? :)Beta Was this translation helpful? Give feedback.
All reactions