feat: implement kubeadm bootstrap scaffolding for Nix nodes
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 18s
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 18s
This commit is contained in:
12
nixos/kubeadm/modules/k8s-cluster-settings.nix
Normal file
12
nixos/kubeadm/modules/k8s-cluster-settings.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
terrahome.kubeadm = {
|
||||
k8sMinor = "1.31";
|
||||
controlPlaneInterface = "eth0";
|
||||
controlPlaneVipSuffix = 250;
|
||||
podSubnet = "10.244.0.0/16";
|
||||
serviceSubnet = "10.96.0.0/12";
|
||||
clusterDomain = "cluster.local";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user