mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Remove kubelet_node_{custom_flags,config_extra_args}
There is no need to have an extra variables for this, just use different values per host (using Ansible group_vars, for example)
This commit is contained in:
@@ -296,8 +296,8 @@ node_taints:
|
||||
|
||||
For all kube components, custom flags can be passed in. This allows for edge cases where users need changes to the default deployment that may not be applicable to all deployments.
|
||||
|
||||
Extra flags for the kubelet can be specified using these variables,
|
||||
in the form of dicts of key-value pairs of configuration parameters that will be inserted into the kubelet YAML config file. The `kubelet_node_config_extra_args` apply kubelet settings only to nodes and not control planes. Example:
|
||||
Extra flags for the kubelet can be specified using these variables, in the form of dicts of key-value pairs of
|
||||
configuration parameters that will be inserted into the kubelet YAML config file. Example:
|
||||
|
||||
```yml
|
||||
kubelet_config_extra_args:
|
||||
@@ -312,14 +312,10 @@ kubelet_config_extra_args:
|
||||
The possible vars are:
|
||||
|
||||
* *kubelet_config_extra_args*
|
||||
* *kubelet_node_config_extra_args*
|
||||
|
||||
Previously, the same parameters could be passed as flags to kubelet binary with the following vars:
|
||||
|
||||
* *kubelet_custom_flags*
|
||||
* *kubelet_node_custom_flags*
|
||||
|
||||
The `kubelet_node_custom_flags` apply kubelet settings only to nodes and not control planes. Example:
|
||||
|
||||
```yml
|
||||
kubelet_custom_flags:
|
||||
|
||||
Reference in New Issue
Block a user