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:
Pim Kunis 2024-05-09 17:03:13 +02:00
parent 0c0882fe20
commit 998e01ae8c
20 changed files with 633 additions and 62 deletions

View file

@ -10,6 +10,7 @@
k3s = {
enable = true;
role = "agent";
serverAddr = "https://jefke.dmz:6443";
};
};

View file

@ -8,7 +8,10 @@
dataPartition = "/dev/nvme0n1p1";
};
k3s.enable = true;
k3s = {
enable = true;
clusterInit = true;
};
};
};
}