-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: refactor k3s service configuration and sysctl settings
- Remove duplicated `--kube-proxy-arg "metrics-bind-address=0.0.0.0"` line from the k3s exec command - Comment out IPv6 disabling settings in the sysctl configuration script - Update TCP settings in the sysctl configuration to adjust `net.ipv4.tcp_tw_reuse` and `net.core.somaxconn` - Add a new function `systemd_env` to create a k3s service environment configuration - Ensure the environment file is created with appropriate permissions for the k3s systemd service Signed-off-by: ysicing <[email protected]>
- Loading branch information
Showing
3 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters