Skip to content

Commit

Permalink
Merge pull request kubevirt#1844 from booxter/sriov-ansible-refer
Browse files Browse the repository at this point in the history
docs: make it clear kubevirt-ansible is recommended for sriov
  • Loading branch information
davidvossel authored Jan 11, 2019
2 parents 1ff879e + db01394 commit f96cc28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/sriov.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ Now you are ready to set up your cluster.
You can use your preferred mechanism to deploy your kubernetes cluster as long
as you deploy on bare metal.

Current recommendation is to use ```kubevirt-ansible``` to deploy the cluster.
Ansible playbooks will also deploy all the relevant SR-IOV components
for you. See [here](https://github.com/kubevirt/kubevirt-ansible/).

You may still want to deploy software using `local` provider if you'd like to
deploy from Kubevirt sources though.

In the following example, we configure the cluster using `local` provider which
is part of kubevirt/kubevirt repo. Please consult cluster/local/README.md for
general information on setting up a host using the `local` provider.
Expand Down

0 comments on commit f96cc28

Please sign in to comment.