Add specific variables in order to set kubelet arguments: useful or not? #863
Closed
sambonbonne
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
@sambonbonne Because of the behavior layed out below. I think |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While implementing a pull request to add custom
k3s agent
command arguments (see #862), I saw it would be easy to implement new variables (I implemented it on my side but I did not test it for now, I want to know if these variables are useful):kubelet_args
variable to set common kubelet arguments for control planes and agents nodescontrol_planes_kubelet_args
variable to set kubelet arguments for control planes nodes onlyagents_kubelet_args
which variables to set kubelet arguments for agents nodes onlyWith the implementation I tried, these arguments are set directly in generated k3s configuration files (instead of passing arguments to
k3s server …
andk3s agent …
.My question is: would it be useful or does this idea conflict with
k3s_exec_server_args
(and the potentialk3s_exec_agent_args
variable I propose in #862)?Beta Was this translation helpful? Give feedback.
All reactions