Merge branch 'master' of github.com:JakeGinesin/nix-dots
This commit is contained in:
@@ -46,5 +46,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"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -60,6 +60,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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user