From f5b9d54d7e280e47851dff0e3449df36d5b86aa4 Mon Sep 17 00:00:00 2001 From: christofluethi Date: Sat, 7 Sep 2024 16:01:27 +0200 Subject: [PATCH] intro changes --- content/en/docs/01/11_kubevirt-configuration.md | 4 ++-- content/en/docs/07/71_mounting-storage.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/01/11_kubevirt-configuration.md b/content/en/docs/01/11_kubevirt-configuration.md index 57867e5..14d5c5a 100644 --- a/content/en/docs/01/11_kubevirt-configuration.md +++ b/content/en/docs/01/11_kubevirt-configuration.md @@ -17,12 +17,12 @@ On the kubernetes cluster used for this training the following operators have be | KubeVirt | kubevirt | | Containerized Data Impoter (CDI) | cdi | -As the configuration and the required feature flags are subject to change we are referencing them on every section. +As the configuration and the required feature flags are subject to change we do not highlight them on every section. ### Emulation -This cluster is using emulation. +This cluster is using emulation. This has an impact on the VM performance. ```yaml apiVersion: kubevirt.io/v1 kind: KubeVirt diff --git a/content/en/docs/07/71_mounting-storage.md b/content/en/docs/07/71_mounting-storage.md index 9e3d009..db92092 100644 --- a/content/en/docs/07/71_mounting-storage.md +++ b/content/en/docs/07/71_mounting-storage.md @@ -480,7 +480,7 @@ Volumes: Type: Projected (a volume that contains injected data from multiple sources) ```` -This is a highly stripped output of the pod description showing the relevant sections. Our virt-launcher pod has multiple +This is a highly shortened output of the pod description showing the relevant sections. Our virt-launcher pod has multiple helper containers managing the mounts. Every storage is shown in the volumes block. The ServiceAccount is actually in the `kube-api-access` volume. The `compute` container is the container running our virtual machine where our storage should be available.