Drop stale Intel QuickSync claim for docker-host11

docker-host11 actually runs on mii01 (AMD Ryzen 7 5700U — no Intel
iGPU), not on hardware with QuickSync passthrough. Jellyfin transcodes
CPU-only there; update hardware table, diagram, and app description to
match.
This commit is contained in:
Tuan-Dat Tran
2026-07-17 18:23:58 +02:00
parent 05bfb2321b
commit 15fe8665eb
2 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ graph TB
subgraph workers["Worker Nodes x14"] subgraph workers["Worker Nodes x14"]
W["k3s-agent"] W["k3s-agent"]
end end
DH["docker-host — Intel QuickSync GPU"] DH["docker-host"]
NFS["NFS Server — dedicated storage node"] NFS["NFS Server — dedicated storage node"]
end end
@@ -95,7 +95,7 @@ All VMs are provisioned with Terraform and configured by Ansible. Rebuilding fro
| Physical | `mii01` | Proxmox node | k3s server + agents + docker host | | Physical | `mii01` | Proxmox node | k3s server + agents + docker host |
| VM | `k3s-server-{10,11,12}` | K3s control plane (HA etcd + kube-vip VIP) | 2 vCPU · 4 GB RAM · 64 GB | | VM | `k3s-server-{10,11,12}` | K3s control plane (HA etcd + kube-vip VIP) | 2 vCPU · 4 GB RAM · 64 GB |
| VM | `k3s-agent-{10…23}` | K3s worker nodes ×14 | 2 vCPU · 4 GB RAM · 128 GB | | VM | `k3s-agent-{10…23}` | K3s worker nodes ×14 | 2 vCPU · 4 GB RAM · 128 GB |
| VM | `docker-host11` | Docker host w/ GPU passthrough | 2 vCPU · 4 GB RAM · 192 GB · Intel QuickSync | | VM | `docker-host11` | Docker host | 2 vCPU · 4 GB RAM · 192 GB |
| VM | `docker-lb` | Caddy reverse proxy (LAN only) | 1 vCPU · 2 GB RAM | | VM | `docker-lb` | Caddy reverse proxy (LAN only) | 1 vCPU · 2 GB RAM |
| VPS | `mii` | Edge node (Netcup) | WireGuard · Traefik · Pangolin | | VPS | `mii` | Edge node (Netcup) | WireGuard · Traefik · Pangolin |
| SBC | `naruto` | Raspberry Pi | Zigbee2MQTT · Mosquitto MQTT broker | | SBC | `naruto` | Raspberry Pi | Zigbee2MQTT · Mosquitto MQTT broker |
@@ -144,7 +144,7 @@ All VMs run Debian 12 on `virtio` network bridges, provisioned from cloud-init t
| **Gitea Runner** | CI/CD runner | | | **Gitea Runner** | CI/CD runner | |
| **Arr Stack** | Media automation suite | Prowlarr · Sonarr · Radarr · Unpackarr | | **Arr Stack** | Media automation suite | Prowlarr · Sonarr · Radarr · Unpackarr |
| **Download clients** | VPN-isolated download clients (×2) | Gluetun sidecar | | **Download clients** | VPN-isolated download clients (×2) | Gluetun sidecar |
| **Jellyfin** | Media server with hardware transcoding | Docker · Intel QuickSync | | **Jellyfin** | Media server, CPU-only transcoding | Docker |
| **LiteLLM** | OpenAI-compatible LLM proxy — routes to Gemini, DeepSeek, and other providers | CloudNativePG | | **LiteLLM** | OpenAI-compatible LLM proxy — routes to Gemini, DeepSeek, and other providers | CloudNativePG |
| **agentmemory** | Persistent memory server for AI agents | Longhorn PVC · private Gitea registry | | **agentmemory** | Persistent memory server for AI agents | Longhorn PVC · private Gitea registry |
| **athome** | Personal homepage | | | **athome** | Personal homepage | |
@@ -160,7 +160,7 @@ ansible-homelab/
│ ├── k3s_server/ # control plane install + NoSchedule taint │ ├── k3s_server/ # control plane install + NoSchedule taint
│ ├── k3s_agent/ # worker node install │ ├── k3s_agent/ # worker node install
│ ├── kube_vip/ # kube-vip DaemonSet + TLS SAN config │ ├── kube_vip/ # kube-vip DaemonSet + TLS SAN config
│ ├── docker_host/ # Docker + Intel QuickSync GPU passthrough │ ├── docker_host/ # Docker + Compose services
│ ├── proxmox/ # Proxmox node setup │ ├── proxmox/ # Proxmox node setup
│ ├── edge_vps/ # VPS: WireGuard, Traefik, Pangolin │ ├── edge_vps/ # VPS: WireGuard, Traefik, Pangolin
│ └── raspberry_pi/ # Raspberry Pi: Zigbee2MQTT + Mosquitto via Docker Compose │ └── raspberry_pi/ # Raspberry Pi: Zigbee2MQTT + Mosquitto via Docker Compose

View File

@@ -66,7 +66,7 @@ Prowlarr (indexer aggregator)
→ download client + Gluetun sidecar (VPN-isolated) → download client + Gluetun sidecar (VPN-isolated)
→ Unpackarr (extract archives) → Unpackarr (extract archives)
→ NFS share on aya01 → NFS share on aya01
→ Jellyfin (on docker-host11, hardware transcoding via Intel QuickSync) → Jellyfin (on docker-host11, CPU-only transcoding)
``` ```
--- ---