-
-
Notifications
You must be signed in to change notification settings - Fork 504
Open
Labels
Milestone
Description
Scope of your request
k3d is awesome! I have a need to modify namespaced kernel parameters (e.g. kernel.sem) in the k3s cluster node containers that k3d creates. These parameters can't be modified from inside a running container so they must be specified at the time it's created.
Describe the solution you'd like
"docker run" provides a --sysctl option that provides this functionality when creating containers manually. It would be nice to have a k3d configuration option which allows modifications to kernel parameters to be specified and that can pass this information to the node container creation when creating the cluster.
chris13524 and wSedlacek