Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate most Kubelet flags to KubeletConfiguration file #1219

Merged
merged 1 commit into from
Aug 27, 2022

Conversation

dghubble
Copy link
Member

  • Add a KubeletConfiguration file to replace most Kubelet flags, to prepare for upcoming changes
  • Pass Kubelet the --config flag to specify the location of the KubeletConfiguration
  • Remove flsgs / configuration where it matches the defaults
    • Remove --cgroups-per-qos, defaults to true
    • Remove --container-runtime, defaults to remote
    • Remove --enforce-node-allocatable=pods, defaults to pods

Rel:

* Add a KubeletConfiguration file to replace most Kubelet
flags, to prepare for upcoming changes
* Pass Kubelet the --config flag to specify the location of
the KubeletConfiguration
* Remove flsgs / configuration where it matches the defaults
  * Remove --cgroups-per-qos, defaults to true
  * Remove --container-runtime, defaults to remote
  * Remove enforce-node-allocatable=pods, defaults to pods

Rel:

* https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/
* https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/
@dghubble dghubble force-pushed the kubelet-configuration branch from 27f172a to 3fb59a3 Compare August 27, 2022 16:28
@dghubble dghubble merged commit 3fb59a3 into main Aug 27, 2022
@dghubble dghubble deleted the kubelet-configuration branch August 27, 2022 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant