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

kubelet: expose kubelet static labels #366

Closed
jahkeup opened this issue Oct 3, 2019 · 3 comments · Fixed by #390
Closed

kubelet: expose kubelet static labels #366

jahkeup opened this issue Oct 3, 2019 · 3 comments · Fixed by #390
Assignees
Labels
type/enhancement New feature or request

Comments

@jahkeup
Copy link
Member

jahkeup commented Oct 3, 2019

What I'd like:

The kubelet can be configured with static labels, this enables kubernetes pods to target hosts via selectors. I'd like to be able to specify these using userdata and apiclient calls to empower schedulers to set their affinities based on this.

https://v1-14.docs.kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#options

See:

--node-labels

Any alternatives you've considered:

null

@jahkeup jahkeup added the type/enhancement New feature or request label Oct 3, 2019
@bcressey
Copy link
Contributor

bcressey commented Oct 3, 2019

I'd like for this to show up as a list in the userdata TOML.

@jahkeup jahkeup changed the title kubelet: expose kubelet static labels and annotations kubelet: expose kubelet static labels Oct 3, 2019
@jahkeup
Copy link
Member Author

jahkeup commented Oct 3, 2019

That'd be a nice flexible data type IMO.

@bcressey
Copy link
Contributor

bcressey commented Oct 4, 2019

Looks like we want to support lists for both "node-labels" and "node-taints", based on the comment in bootstrap.sh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement New feature or request
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

4 participants