feat: make kubeadm workflows auto-scale with terraform outputs
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 19s
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 19s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user