kubernetes-sigs / karpenter

Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.
Apache License 2.0
546 stars 183 forks source link

Adding karpenter.sh/nodeclaim-name:<nodeclaim-name> as label to a node #1668

Open Balraj06 opened 4 days ago

Balraj06 commented 4 days ago

Description

What problem are you trying to solve?

This label is required to identify which bin-pack value of the resource request triggered the creation of an instance.

How important is this feature to you? It is needed to identify the pod binpack overhead in our kubernetes clusters

k8s-ci-robot commented 4 days ago

This issue is currently awaiting triage.

If Karpenter contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
njtran commented 3 days ago

We previously attempted to do this here: https://github.com/kubernetes-sigs/karpenter/pull/996 but it got put on the backburner in favor of other PRs. Let us know if you're interested in implementing!