-
Notifications
You must be signed in to change notification settings - Fork 216
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
Add Log query features to kubelet config #683
Comments
So far, we've mainly been adding KubeletConfiguration that affects scheduling and leaving everything else to user-data. We can reevaulate this stance though since I do agree it's cleaner in one section rather than half in the provisioner and half in user-data. |
I never found a clean way to add KUBELET_EXTRA_ARGS to user-data. If we have a documented way or example to do that it would probably help in this situation. |
I don't have a good answer for kubelet extra args, but for kubeletConfiguration, which it looks like the params you want are, we recommend this.
|
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Closing this one for AWS in favor of aws/karpenter-provider-aws#5833 |
Description
What problem are you trying to solve?
Configuring kubelet to enable log query feature gates.
It seems that most of the kubelet configuration settings we support are focused on resource utilization and eviction. Do we have any plans to extend that to other kubelet settings?
The kubelet settings I would like are:
NodeLogQuery is currently an alpha feature in 1.27 which is why I wanted to start a discussion about future plans for kubelet configuration for these types of settings. I'm assuming for alpha settings they would only be exposed in user-data but GA features might be easier to manage declaratively in the CRD
How important is this feature to you?
Medium important because this can be done via user-data, but it would be cleaner to have as part of the kubelet configuration.
The text was updated successfully, but these errors were encountered: