From 886b956d73a1f5465e59d4ee97dfa7d5f8ac3737 Mon Sep 17 00:00:00 2001 From: Thomas Philipona Date: Sat, 5 Oct 2024 17:58:09 +0200 Subject: [PATCH] Remove emulation note --- content/en/setup/kubevirt-configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/setup/kubevirt-configuration.md b/content/en/setup/kubevirt-configuration.md index a56bf9d..099aa28 100644 --- a/content/en/setup/kubevirt-configuration.md +++ b/content/en/setup/kubevirt-configuration.md @@ -22,7 +22,7 @@ As the configuration and the required feature flags are subject to change, we do ### Emulation -This cluster is using emulation. This has an impact on the VM performance. +For local development and test environments, the emulation can be turned on. This may have a huge impact to the performance. ```yaml apiVersion: kubevirt.io/v1 @@ -37,6 +37,8 @@ spec: [...] ``` +The Lab cluster is not using emulation. + ### Enabled Kubernetes feature flags