-
Notifications
You must be signed in to change notification settings - Fork 304
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
label nodes with the name of the autoscaling group they belong to (if they belong to one) #884
Comments
I don't think this is unreasonable as long as we don't need to add any additional API calls, and it looks like |
Sounds reasonable, looks like we'll get the tags from Took a look at the code paths and it's a bit of a mess. We should reuse the I think we'll want to use a label under the |
🙏🏻🙏🏻 the complexity reduction this would bring to my k8s node group upgrade script would be massive 🤞🏻. |
+1 to what Carter is saying. There's currently one well known label in the cloud provider: |
Is this something you're looking for an outside contributor to implement (not yet sure how I would test it or I would have made an attempt already) or should I sit tight and let y'all do your thing? |
I'll put something together, I'd like to do some cleanup anyway 😄 |
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 |
I am seeing the following labels applied to new nodes: Out of curiosity, where was this implemented? I don't see it in this repo? |
That's not part of the cloud provider. You must be using EKS Managed Node Groups, which applies those labels. |
Ah! That makes sense, you're absolutely right. So many clusters. So much config 😵💫. |
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 |
/remove-lifecycle-rotten checking in again to see if y'all are desirous of a contribution for this? some small guidance on testing and the cleanup you'd hoped to implement would be enough for me to dig in, I imagine. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/reopen |
@tkellen: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Anyone out there to respond to #884 (comment)? I would be glad to implement this. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This project is maintained by the open source community and contributions are always welcome, so feel free! If the implementation isn't overly complex, shouldn't be hard to get someone to take a look. As for testing, I don't know the best way to get a local setup going. However, with proper unit tests, you might get enough confidence in your change to put up a PR with an integration test that the CI can run and validate. |
/reopen |
@mmerkes: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/remove-lifecycle rotten |
/triage accepted |
What would you like to be added:
It would be extremely helpful for operators if nodes were labelled with the autoscaling group they belong to (if there is an autoscaling group associated with a given node). I think
node.kubernetes.io/auto-scaling-group-name
would be appropriate for this.Why is this needed:
Alleviate the need to cross-reference autoscaling group instances in AWS with node names in kubectl.
I would be happy to submit a PR if this would be considered for acceptance. Let me know!
/kind feature
The text was updated successfully, but these errors were encountered: