Pim Kunis
998e01ae8c
Enable DNS over IPv6 and TCP to comply with isnic Provision k3s CA Make Atlas a k8s agent instead of server
7 lines
297 B
Nix
7 lines
297 B
Nix
# TODO: These resources should probably exist within the kube-system namespace.
|
|
{
|
|
kubernetes.resources = {
|
|
ipAddressPools.main.spec.addresses = [ "192.168.30.128-192.168.30.200" "2a0d:6e00:1a77:30::2-2a0d:6e00:1a77:30:ffff:ffff:ffff:fffe" ];
|
|
l2Advertisements.main.metadata = { };
|
|
};
|
|
}
|