feat: make kubeadm workflows auto-scale with terraform outputs
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 19s

This commit is contained in:
2026-02-28 16:43:22 +00:00
parent f341816112
commit 5669305e59
8 changed files with 207 additions and 141 deletions

View File

@@ -1,11 +1,7 @@
SSH_USER=micqdf
PRIMARY_CONTROL_PLANE=cp-1
# Control planes
CP_1=192.168.1.101
CP_2=192.168.1.102
CP_3=192.168.1.103
# Name=IP pairs (space-separated)
CONTROL_PLANES="cp-1=192.168.1.101 cp-2=192.168.1.102 cp-3=192.168.1.103"
# Workers
WK_1=192.168.1.111
WK_2=192.168.1.112
WK_3=192.168.1.113
WORKERS="wk-1=192.168.1.111 wk-2=192.168.1.112 wk-3=192.168.1.113"