feat: add repeatable kubeadm rebuild and reset scripts
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 17s
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 17s
This commit is contained in:
11
nixos/kubeadm/scripts/inventory.example.env
Normal file
11
nixos/kubeadm/scripts/inventory.example.env
Normal file
@@ -0,0 +1,11 @@
|
||||
SSH_USER=micqdf
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user