Skip to content

Commit

Permalink
Document recommended MTU settings for KubeVirt HCP
Browse files Browse the repository at this point in the history
Signed-off-by: David Vossel <davidvossel@gmail.com>
  • Loading branch information
davidvossel committed Oct 25, 2023
1 parent ad17045 commit 21baa5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/how-to/kubevirt/create-kubevirt-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Install an OCP cluster running on VMs within a management OCP cluster
* The management OCP cluster must have default storage class. [Storage Configuration Documentation](https://docs.openshift.com/container-platform/4.12/post_installation_configuration/storage-configuration.html) Example of how to set a default storage class: `oc patch storageclass ocs-storagecluster-ceph-rbd -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'`
* The OpenShift CLI (`oc`) or Kubernetes CLI (`kubectl`).
* A valid [pull secret](https://console.redhat.com/openshift/install/platform-agnostic/user-provisioned) file for the `quay.io/openshift-release-dev` repository.
* A network MTU of 9000 or larger on the OCP cluster hosting the KubeVirt VMs is recommended for optimial network performance. Smaller MTU settings will work, but network latency and throughput of the hosted pods will be impacted. Multiqueue should only be enabled on NodePools when the MTU is 9000 or larger.

## Installing HyperShift Operator and cli tooling

Expand Down

0 comments on commit 21baa5d

Please sign in to comment.