Enable IPv6 support for K8s
Enable DNS over IPv6 and TCP to comply with isnic Provision k3s CA Make Atlas a k8s agent instead of server
This commit is contained in:
parent
0c0882fe20
commit
998e01ae8c
20 changed files with 633 additions and 62 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
k3s = {
|
||||
enable = true;
|
||||
role = "agent";
|
||||
serverAddr = "https://jefke.dmz:6443";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -8,7 +8,10 @@
|
|||
dataPartition = "/dev/nvme0n1p1";
|
||||
};
|
||||
|
||||
k3s.enable = true;
|
||||
k3s = {
|
||||
enable = true;
|
||||
clusterInit = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue