Try   HackMD

上次 我們用 jitsi + youtube live, 但中途hdmi 斷了, 直播出了問題 這次 lloyd 將 為我們介紹 Proxmox VE CLI 工具, 主播部分我們改用 google meets 試試看效果

時間: 11/14 20:00 link: https://meet.google.com/pxq-sdrw-ccr

Proxmox ve

  • web ui
  • cli
  • restful api

proxmox cli

cloud-init

qm cloud-init cloud-init

GPU Passthrough

  • 不要在 host 主機 mount
  • 顯卡在 PVE 上有 ID,最後一個 VM 配一張顯卡

https://pve.proxmox.com/wiki/PCI_Passthrough

Proxmox make image

zfs

cluster

Q&A

參考資料:

Timetable

2:15 kalug.tw 首頁改版介紹, 請大家多上 Discord 3:30 切換lloyd 視窗準備 4:10 Proxmox 開始 5:12 outline 6:17 live-demo (錄影版) 6:45 - qm list # Virtual machine index (per node). 6:51 - qm clone 9200 200 name hello-vm # qm clone 7:05 - qm resize 200 scsi0 10G # == qm disk resize 7:18 - qm set 200 memory 2048 # qm set # Set virtual machine options (synchrounous API) - You should consider using the POST method instead for any actions involving hotplug or storage allocation. 7:27 - qm set 200 ipconfig0 ip=10.20.15.200/16,gw=10.20.0.1 # network 7:37 - qm set 200 cores 2 # CPU core 7:45 - qm set 200 sshkeys ssh-ed # sshkeys 8:08 - qm start 200 # vm creating 8:20 - generating cloud-init iso 8:25 - qm terminal 200 # console connect 8:30 - booting 9:10 - enter vm 9:20 - exit terminal "press Ctrl+O to exit" 9:38 - qm list # 確認 vmid: 200 狀態 9:40 - qm stop 200 # vm stop 9:50 live-demo 結束 10:10 live-demo scripts 11:10 Proxmox 背景, 安裝 iso or deb packages 12:20 - proxmox 也支援 container 12:40 - proxmox services 13:10 web ui 15:20 cloud-init 17:45 mount cloud-init data iso 19:05 cloud-init dump 109 user # qm cloudinit dump 20:05 make Proxmox iso 24:30 tip - snapshot 25:40 zfs 30:20 endding 30:45 Q&A