diff --git a/docs/en/guide/kubevirt/kubevirt_build.md b/docs/en/guide/kubevirt/kubevirt_build.md index 04cb5bf7e4..2e5cb9e1b0 100644 --- a/docs/en/guide/kubevirt/kubevirt_build.md +++ b/docs/en/guide/kubevirt/kubevirt_build.md @@ -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