We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f128a8 commit 3a95443Copy full SHA for 3a95443
docs/en/guide/kubevirt/kubevirt_precheck.md
@@ -53,15 +53,3 @@ This project will automatically deploy k3s. There is no need to prepare a Kubern
53
:::
54
55
It is recommended to add some SWAP virtual memory before creating virtual machines to avoid sudden memory usage causing the host to crash.
56
-
57
-International
58
59
-```shell
60
-curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o addswap.sh && chmod +x addswap.sh && bash addswap.sh
61
-```
62
63
-China
64
65
66
-curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o addswap.sh && chmod +x addswap.sh && bash addswap.sh
67
0 commit comments