You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looked into the kubernetes documentation and it seems that a lot of the kubelet-args got deprecated via cli and should be instead written the kubelet config.
Is/should there be way to address these deprecated flags with a way to template the kubeletconfig via the role?
Example would be --image-gc-high-threshold which got the following comment
The percent of disk usage after which image garbage collection is always run. Values must be within the range [0, 100], To disable image garbage collection, set to 100. (DEPRECATED: This parameter should be set via the config file specified by the kubelet's --config flag. See kubelet-config-file for more information.
Issue Type
Feature Idea
The text was updated successfully, but these errors were encountered:
Summary
Looked into the kubernetes documentation and it seems that a lot of the kubelet-args got deprecated via cli and should be instead written the kubelet config.
Is/should there be way to address these deprecated flags with a way to template the kubeletconfig via the role?
Example would be --image-gc-high-threshold which got the following comment
The percent of disk usage after which image garbage collection is always run. Values must be within the range [0, 100], To disable image garbage collection, set to 100. (DEPRECATED: This parameter should be set via the config file specified by the kubelet's --config flag. See kubelet-config-file for more information.
Issue Type
Feature Idea
The text was updated successfully, but these errors were encountered: