mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fix(testing): increase systemd DefaultLimitNOFILE for e2e tests
This commit is contained in:
parent
3bdc4deb32
commit
142fca3546
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ let
|
||||||
};
|
};
|
||||||
masterAddress = "${master.config.networking.hostName}.${master.config.networking.domain}";
|
masterAddress = "${master.config.networking.hostName}.${master.config.networking.domain}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.extraConfig = "DefaultLimitNOFILE=1048576";
|
||||||
}
|
}
|
||||||
(mkIf (any (role: role == "master") config.services.kubernetes.roles) {
|
(mkIf (any (role: role == "master") config.services.kubernetes.roles) {
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue