Skip to content

Commit

Permalink
intro changes
Browse files Browse the repository at this point in the history
  • Loading branch information
christofluethi committed Sep 7, 2024
1 parent 284cff9 commit f5b9d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/01/11_kubevirt-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/07/71_mounting-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f5b9d54

Please sign in to comment.