P5.1: Migrate minikube from podman to QEMU2 driver #38
1 changed files with 2 additions and 3 deletions
Update tailscale_serve for qemu2 API server address
The k8s API server is now at 192.168.105.2:6443 (inside qemu2 VM) instead of localhost:44491 (old podman port mapping). Note: TCP passthrough via tailscale svc:k8s is configured but connection times out - may need admin console approval or debugging. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
commit
2c28a3fc54
|
|
@ -24,9 +24,8 @@ tailscale_serve_services:
|
|||
upstream: http://localhost:5050
|
||||
|
||||
# Kubernetes API server (TCP passthrough for mTLS)
|
||||
# NOTE: Port is dynamic with podman driver - check with:
|
||||
# ssh indri "kubectl config view --minify -o jsonpath='{.clusters[0].cluster.server}'"
|
||||
# With qemu2 driver, API server is inside VM at 192.168.105.2:6443
|
||||
- name: svc:k8s
|
||||
tcp:
|
||||
port: 443
|
||||
upstream: tcp://localhost:44491
|
||||
upstream: tcp://192.168.105.2:6443
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue