more
This commit is contained in:
@@ -29,6 +29,12 @@ configs:
|
|||||||
"net.bridge.bridge-nf-call-ip6tables" = 1;
|
"net.bridge.bridge-nf-call-ip6tables" = 1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot.kernelModules = [ "rbd" "nbd" ];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
];
|
||||||
|
|
||||||
networking.firewall.enable = false;
|
networking.firewall.enable = false;
|
||||||
# networking.firewall.allowedTCPPorts = [
|
# networking.firewall.allowedTCPPorts = [
|
||||||
# 6443 # k3s: required so that pods can reach the API server (running on port 6443 by default)
|
# 6443 # k3s: required so that pods can reach the API server (running on port 6443 by default)
|
||||||
|
|||||||
@@ -30,6 +30,8 @@ configs:
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot.kernelModules = [ "rbd" "nbd" ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
kubernetes-helm
|
kubernetes-helm
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user