Linux備忘録
host-a,bそれぞれでスクリプト実行
/v/bin/k3s/03-create-vms-host-a.sh
bash /v/bin/k3s/03-create-vms-host-a.sh
/v/bin/k3s/04-create-vms-host-b.sh
bash /v/bin/k3s/04-create-vms-host-b.sh
cloud-initがうまくいかなかったのでOS起動後、VNCで繋ぎ、下記を対応
vi /etc/network...
tx100s3-01 (Debian 11, 16GB) tx100s3-02 (Debian 11, 16GB)
├── KVMゲスト1: ha-master1 (3GB) ├── KVMゲスト1: hb-master (3GB)
├── KVMゲスト2: ha-worker1 (4GB) ├── KVMゲスト2: hb-worker1 (4GB)
├── KVMゲスト3: ha-worker2 (4GB) ├── KVMゲスト3: hb-worker2 (4GB)
今回...
https://github.com/winapps-org/winapps
https://github.com/winapps-org/winapps/blob/main/docs/docker.md
sudo apt update
sudo apt -y install qemu-kvm libvirt-daemon qemu-system \
qemu-utils python3 python3-pip \
bridge-utils virtinst libvirt-daemon-system virt-manager
echo vhost_net >> /etc/modules
echo 8021q...