Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ endif::[]
Before you start provisioning virtual machines on {KubeVirt}, ensure that your environment meets the following requirements:

include::snip_prerequisites-common-compute-resource.adoc[]
* You must have `cluster-admin` permissions for the {Kubernetes} cluster.
* You must have the `get`, `delete`, `create`, `update`, `patch`, `list`, and `watch` permissions for VMs and other {KubeVirt} resources for the {Kubernetes} cluster in the specified namespace.
You can get these permissions with the `kubevirt.io:edit` cluster role.
ifdef::satellite[]
For more information on OpenShift Virtualization cluster roles, see link:https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/virtualization/about#default-cluster-roles-for-virt_virt-security-policies[Default cluster roles for OpenShift Virtualization].
endif::[]
* To use auto-completion for network selection, you must have the `get` and `list` permissions for `network-attachment-definitions.k8s.cni.cncf.io`.
* A {SmartProxyServer} managing a network on the {Kubernetes} cluster.
Ensure that no other DHCP services run on this network to avoid conflicts with {SmartProxyServer}.
For more information about network service configuration for {SmartProxyServers}, see {ProvisioningDocURL}preparing-networking[Preparing networking] in _{ProvisioningDocTitle}_.
Expand Down