Simplify kubevirt_build.md by removing China section

Removed China-specific download instructions for scripts.
This commit is contained in:
spiritlhl
2026-03-02 20:31:31 +08:00
committed by GitHub
parent 2af2057d32
commit 1fabdeecd9

View File

@@ -14,20 +14,11 @@ Two ways to create virtual machines.
### Download Script
International
```shell
wget -q https://raw.githubusercontent.com/oneclickvirt/kubevirt/main/scripts/onekubevirt.sh
chmod +x onekubevirt.sh
```
China
```shell
wget -q https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/kubevirt/main/scripts/onekubevirt.sh
chmod +x onekubevirt.sh
```
### Example
Supported variables:
@@ -113,22 +104,12 @@ kubectl delete pvc vm1-pvc -n default
### Run
International
```shell
wget -q https://raw.githubusercontent.com/oneclickvirt/kubevirt/main/scripts/create_kubevirt.sh
chmod +x create_kubevirt.sh
./create_kubevirt.sh
```
China
```shell
wget -q https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/kubevirt/main/scripts/create_kubevirt.sh
chmod +x create_kubevirt.sh
./create_kubevirt.sh
```
### Query Batch Creation Info
```shell