Skip to content

Commit 47ecf45

Browse files
authored
Update kubevirt_install.md
1 parent 1fabdee commit 47ecf45

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

docs/en/guide/kubevirt/kubevirt_install.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,10 @@ Unit conversion: entering 1024 creates 1GB of SWAP virtual memory. Virtual memor
1616

1717
It is recommended to create swap no larger than twice the actual memory size.
1818

19-
International
20-
2119
```shell
2220
curl -L https://raw.githubusercontent.com/spiritLHLS/addswap/main/addswap.sh -o addswap.sh && chmod +x addswap.sh && bash addswap.sh
2321
```
2422

25-
China
26-
27-
```shell
28-
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
29-
```
30-
3123
## Environment Installation
3224

3325
- Supported OS: Debian 11+, Ubuntu 20.04+
@@ -37,18 +29,10 @@ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/a
3729
- Automatically detects public IPv6 address and configures IPv6 network (if present)
3830
- Supports x86_64 and ARM64 architecture servers
3931

40-
International
41-
4232
```shell
4333
bash <(wget -qO- https://raw.githubusercontent.com/oneclickvirt/kubevirt/main/kubevirtinstall.sh)
4434
```
4535

46-
China
47-
48-
```shell
49-
bash <(wget -qO- https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/kubevirt/main/kubevirtinstall.sh)
50-
```
51-
5236
:::tip
5337
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.
5438
:::
@@ -61,18 +45,10 @@ The k3s + KubeVirt installation takes some time (usually 5–15 minutes). Please
6145

6246
One-click uninstall of the complete environment, including all virtual machines, k3s, KubeVirt, and auxiliary files:
6347

64-
International
65-
6648
```shell
6749
bash <(wget -qO- https://raw.githubusercontent.com/oneclickvirt/kubevirt/main/scripts/kubevirtuninstall.sh)
6850
```
6951

70-
China
71-
72-
```shell
73-
bash <(wget -qO- https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/kubevirt/main/scripts/kubevirtuninstall.sh)
74-
```
75-
7652
:::warning
7753
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.
7854
Reset procedure: run uninstall first, then run install again to verify the entire installation process from scratch.

0 commit comments

Comments
 (0)