Add kube-scheduler.

This commit is contained in:
Tom Alexander
2025-12-15 20:09:46 -05:00
parent e3ceee6d46
commit 47f57116d9
10 changed files with 95 additions and 73 deletions

View File

@@ -131,7 +131,17 @@ in
);
Restart = "on-failure";
RestartSec = 5;
LimitNOFILE = 65536;
User = "kubernetes";
};
};
networking.firewall.allowedTCPPorts = [
6443
];
systemd.tmpfiles.rules = [
"f /var/log/audit.log 0600 kubernetes kubernetes - -"
];
};
}