This Ansible Playbook Bundle deploys Kubevirt As the resources deployed need cluster-admin privileges, credentials of a super user are required for the APB to execute correctly
- tag Defaults to 0.2.0
- admin_user
- admin_password
- release whether to download the templates used from kubevirt github releases or render them from local templates
- openshift . whether to execute additional scc policy commands. Defaults to true
- Edit
templates/kubevirt-apb.yml
and add aadmin_user
andadmin_password
that have cluster-admin permission. - Deploy from command line.
kubectl create -f templates/kubevirt-apb.yml