This commit is contained in:
2025-10-18 01:10:28 -04:00
parent c824b8d57a
commit 7a313da387
2 changed files with 9 additions and 0 deletions

View File

@@ -50,5 +50,13 @@
# token = "jakeginesin12345678910"; # token = "jakeginesin12345678910";
tokenFile = config.age.secrets.kube.path; tokenFile = config.age.secrets.kube.path;
serverAddr = "https://172.24.233.22:6443"; serverAddr = "https://172.24.233.22:6443";
extraFlags = toString [
# "--bind-address=0.0.0.0" # API server listens on all interfaces
# "--advertise-address=100.125.181.75" # Advertise this IP to cluster members
# "--node-ip=100.125.181.75" # Primary IP for this node
# "--node-external-ip=100.125.181.75" # External IP for services
# "--tls-san=100.125.181.75" # Add IP to TLS certificate
"--kubelet-arg=root-dir=/var/lib/kubelet"
];
}; };
} }

View File

@@ -58,6 +58,7 @@
# "--node-ip=100.125.181.75" # Primary IP for this node # "--node-ip=100.125.181.75" # Primary IP for this node
# "--node-external-ip=100.125.181.75" # External IP for services # "--node-external-ip=100.125.181.75" # External IP for services
# "--tls-san=100.125.181.75" # Add IP to TLS certificate # "--tls-san=100.125.181.75" # Add IP to TLS certificate
"--kubelet-arg=root-dir=/var/lib/kubelet"
]; ];
}; };
} }