mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-06-02 00:34:19 +08:00
Simplify kubevirt_build.md by removing China section
Removed China-specific download instructions for scripts.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user