From 3a954437343b11867efb0e9ced2ac405e7da291a Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 2 Mar 2026 20:30:00 +0800 Subject: [PATCH] Remove SWAP virtual memory instructions Removed instructions for adding SWAP virtual memory from the guide. --- docs/en/guide/kubevirt/kubevirt_precheck.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/en/guide/kubevirt/kubevirt_precheck.md b/docs/en/guide/kubevirt/kubevirt_precheck.md index 69fc521b50..fcd17748a7 100644 --- a/docs/en/guide/kubevirt/kubevirt_precheck.md +++ b/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 ::: It is recommended to add some SWAP virtual memory before creating virtual machines to avoid sudden memory usage causing the host to crash. - -International - -```shell -curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o addswap.sh && chmod +x addswap.sh && bash addswap.sh -``` - -China - -```shell -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 -```