fix(worker): correct interface name to enp28s0f0np0 for proper network routing, add kubernetes CA to worker config
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# ── Node IPs (3-CP HA topology) ───────────────────────────────────────────────
|
# ── Node IPs (3-CP HA topology) ───────────────────────────────────────────────
|
||||||
CP1_IP := 192.168.1.166 # talos-cp-1
|
CP1_IP := 192.168.1.166 # talos-cp-1
|
||||||
CP2_IP := 192.168.1.213 # talos-cp-2 (storage: 3 disks)
|
CP2_IP := 192.168.1.214 # talos-cp-2 (storage: 3 disks)
|
||||||
CP3_IP := 192.168.1.162 # talos-cp-3
|
CP3_IP := 192.168.1.162 # talos-cp-3
|
||||||
CP_VIP := 192.168.1.166 # controlplane VIP (currently .166)
|
CP_VIP := 192.168.1.166 # controlplane VIP (currently .166)
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ W_CONFIG = cluster-config/worker-$(N).yaml
|
|||||||
# ── Help ──────────────────────────────────────────────────────────────────────
|
# ── Help ──────────────────────────────────────────────────────────────────────
|
||||||
.PHONY: help
|
.PHONY: help
|
||||||
help:
|
help:
|
||||||
@echo "Homelab cluster (3-CP HA: .166/.213/.163) — available targets"
|
@echo "Homelab cluster (3-CP HA: .166/.214/.162) — available targets"
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo " Status & Services"
|
@echo " Status & Services"
|
||||||
@echo " nodes kubectl get nodes"
|
@echo " nodes kubectl get nodes"
|
||||||
|
|||||||
@@ -85,6 +85,8 @@ cluster:
|
|||||||
name: none
|
name: none
|
||||||
token: ${bootstrap_token}
|
token: ${bootstrap_token}
|
||||||
secretboxEncryptionSecret: ${secretbox_encryption_secret}
|
secretboxEncryptionSecret: ${secretbox_encryption_secret}
|
||||||
|
ca:
|
||||||
|
crt: ${kubernetes_ca_crt}
|
||||||
discovery:
|
discovery:
|
||||||
enabled: true
|
enabled: true
|
||||||
registries:
|
registries:
|
||||||
|
|||||||
Reference in New Issue
Block a user