dcritch / kubevirt-apb

APB for managing KubeVirt deployments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kubevirt-apb

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

Parameters used

  • tag Tag to use for kubevirt related images (defaults to v0.3.0)
  • admin_user
  • admin_password

How to use:

Deploy from the CLI

  1. Edit templates/kubevirt-apb.yml and set admin_user and admin_password credentials that have cluster-admin permission.
  2. Deploy from command line:
kubectl create -f templates/kubevirt-apb.yml

Deploy from the UI

Screenshot

Screenshot

About

APB for managing KubeVirt deployments

License:Apache License 2.0


Languages

Language:Shell 62.8%Language:Makefile 37.2%