You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install the KubeVirt environment, including k3s + KubeVirt + network configuration + port forwarding as a complete set.
8
+
9
+
## Add Swap Memory
10
+
11
+
:::tip
12
+
Adding some swap prevents the host from running out of memory.
13
+
:::
14
+
15
+
Unit conversion: entering 1024 creates 1GB of SWAP virtual memory. Virtual memory uses disk space. When actual memory runs out, virtual memory is used automatically, but this brings high I/O and CPU usage.
16
+
17
+
It is recommended to create swap no larger than twice the actual memory size.
After installation, it is recommended to run `kubectl get pods -n kubevirt` to verify that the KubeVirt environment is working correctly. All Pods should be in `Running` state.
54
+
:::
55
+
56
+
:::warning
57
+
The k3s + KubeVirt installation takes some time (usually 5–15 minutes). Please run it inside a screen or tmux session to avoid installation failure due to SSH disconnection.
58
+
:::
59
+
60
+
## Uninstall KubeVirt Environment
61
+
62
+
One-click uninstall of the complete environment, including all virtual machines, k3s, KubeVirt, and auxiliary files:
The script will require you to enter `yes` to confirm before execution. This operation is irreversible. Content deleted includes all virtual machines, images, k3s and all KubeVirt components.
78
+
Reset procedure: run uninstall first, then run install again to verify the entire installation process from scratch.
0 commit comments