Add kube-scheduler.
This commit is contained in:
@@ -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 - -"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user