Automatically apply taint during node self-registering if IP is blacklisted #839
Replies: 2 comments 6 replies
-
Maybe one solution could be to support a If these exec args would be directly run, they could spawn a shell subprocess to decide whether taints are added or not. (Note that the current |
Beta Was this translation helpful? Give feedback.
-
@schlichtanders Actually on this cluster at least, I do not see how it would replace the node. The best solution for this problem is just to use a container proxy, see |
Beta Was this translation helpful? Give feedback.
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 thought a lot about how to manage the blacklisted IP problem for an autoscaling group. This is my best idea so far:
--register-with-taints
which can set taints, including the Unschedulable taint, which would prevent pods being scheduled on this node. EDIT: k3s agent has thenode-taint
config which probably should be preferred.Open Questions:
Beta Was this translation helpful? Give feedback.
All reactions