how can cluster autoscaler / kubernetes be configured so that autoscaling group ignores blacklisted IPs #838
Unanswered
schlichtanders
asked this question in
Q&A
Replies: 1 comment
-
After further thoughts I came to the following best approach: #839 it is completely different :) - hence opened as a new idea |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I run into the issue that some IPs by Hetzner are blacklisted by some widely used services like container registries. I know that you can use trow to setup a container proxy, however I am afraid that that is not enough for my usecase.
I am building a kubernetes where other clients should be able to run on and hence they may also run into issues with blacklisted IPs. Hence my current optimal goal would be to somehow quickly recognize that a node has blacklisted IPs, so that the cluster autoscaler can quickly get another new machine, hopefully with working IP.
I read a lot of things and it seems what needs to be configured is the binding procedure of the kubernetes scheduler
any help is highly appreciated
Beta Was this translation helpful? Give feedback.
All reactions