Need to expose Kubelet --config flag in KubeletConfigSpec
- Dominant language
- Go
- Stars
- 16.7k
- Forks
- 4.7k
- Avg merge
- 17h 21m
- Merged PRs (30d)
- 68
Description
We are running 1.10.1 cluster and our logs contain following log line
```
kubelet[8594]: Flag --max-pods has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
```
The problem is that we cannot specify --config file and KubeletConfiguration spec.
Contributor guide
Research direction
Start by locating KubeletConfigSpec and the code that converts it into kubelet configuration or flags. Confirm how the KubeletConfiguration spec is represented, then define done as being able to specify the kubelet --config file through KubeletConfigSpec and have that setting carried into the generated configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100