confidential-containers / cloud-api-adaptor

Ability to create Kata pods using cloud provider APIs aka the peer-pods approach
Apache License 2.0
44 stars 71 forks source link

Config libvirt on RHEL #1821

Closed wyuany closed 2 months ago

wyuany commented 2 months ago

The Script to config libvirt only support ubuntu machine until now. While when work with OCP cluster with OS RHEL, the script doesn't work. https://github.com/confidential-containers/cloud-api-adaptor/blob/main/src/cloud-api-adaptor/libvirt/config_libvirt.sh

Need to patch the script to support RHEL as well.