An open API service indexing awesome lists of open source software.

https://github.com/devops-ws/kubevirt-guide


https://github.com/devops-ws/kubevirt-guide

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

          

# kubevirt-guide

```shell
export VERSION=v0.58.0
kubectl create -f https://github.com/kubevirt/kubevirt/releases/download/${VERSION}/kubevirt-operator.yaml
kubectl create -f https://github.com/kubevirt/kubevirt/releases/download/${VERSION}/kubevirt-cr.yaml
```

```shell
hd i virtctl
```

## Debian
```shell
cat < /dev/null
- apt-get update -y
- apt-get install docker-ce docker-ce-cli containerd.io -y
- curl https://linuxsuren.github.io/tools/install.sh|bash
- hd i k3d --proxy-github ghproxy.com
chpasswd:
list: |
debian:debian
root:root
expire: False
EOF
```

```shell
virtctl start debian
virtctl console debian
```

## 上传 ISO
```shell
export CDI=v1.48.1
kubectl apply -f https://github.com/kubevirt/containerized-data-importer/releases/download/${CDI}/cdi-operator.yaml
kubectl apply -f https://github.com/kubevirt/containerized-data-importer/releases/download/${CDI}/cdi-cr.yaml

kubectl apply -f - <