-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Ignore nodes from other providers #6358
Comments
so, did you manage to find a way around this? |
hi @cristianrat, I came to the conclusion that many Kubernetes components are architected to only support one cloud provider per cluster, there may be some hacks and workarounds for individual components but it's an uphill battle. |
indeed that seems to be the case..
…On Thu, Jan 25, 2024 at 2:31 PM Alex Remedios ***@***.***> wrote:
hi @cristianrat <https://github.com/cristianrat>, I came to the
conclusion that many Kubernetes components are architected to only support
one cloud provider per cluster, there may be some hacks and workarounds for
individual components but it's an uphill battle.
—
Reply to this email directly, view it on GitHub
<#6358 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALFYCRH2JJ6TYZNHRR33LRLYQJUF3AVCNFSM6AAAAABALO5TOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJQGMZTAMJYGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@cristianrat I am doing something similar. A mix of on-premise and aws nodes. I'd like the CCM to just ignore these. You find a solution to this? |
@mddamato no, I haven't found a solution for 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 |
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. |
Which component are you using?:
Cluster Autoscaler
Is your feature request designed to solve a problem? If so describe the problem this feature should solve.:
When I have nodes with provider IDs that are incompatible with my cluster autoscaler's configured provider, the entire autoscaling loop fails.
Describe the solution you'd like.:
Ignore nodes with incompatible provider IDs
Describe any alternative solutions you've considered.:
using the existing startup-taints flag (doesn't seem to help)
I also tried to use --status-taint but
registry.k8s.io/provider-aws/cloud-controller-manager:v1.28.1
said there was no such CLI flagAdditional context.:
I'm running a hybrid cluster (1 aws node, 1 azure) using k3s.
I believe that the cluster autoscaler won't work as long as I'm specifying providerIds for the respective clouds -- see logs for azure cluster autoscaler:
The text was updated successfully, but these errors were encountered: