Various minor updates (amnesia)
This commit is contained in:
@@ -4,12 +4,13 @@ let
|
||||
clusterName = "kube1";
|
||||
master = {
|
||||
name = "k1-0"; address = "10.253.18.109";
|
||||
extraSANs = [ "k1.itpartner.no" ];
|
||||
};
|
||||
workers = [
|
||||
{ name = "k1-1"; address = "10.253.18.110"; }
|
||||
{ name = "k1-2"; address = "10.253.18.111"; }
|
||||
{ name = "k1-3"; address = "10.253.18.108"; }
|
||||
{ name = "k1-4"; address = "10.253.18.107"; }
|
||||
# { name = "k1-4"; address = "10.253.18.107"; }
|
||||
];
|
||||
cidr = "10.11.0.0/16";
|
||||
initca = ./ca;
|
||||
|
||||
Reference in New Issue
Block a user