How to target specific node types in hetzner-k3s without node labels? #499
abhishek-ch
started this conversation in
General
Replies: 1 comment 1 reply
-
Node labels and taints are supported for static node pools at the moment but not for autoscaled ones. What kind of pools are you using for this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running a Kubernetes cluster with hetzner-k3s and have multiple node groups with different specifications. Since hetzner-k3s doesn't currently support node labels, I'm looking for alternative ways to schedule workloads on specific node types.
Currently, pods with high CPU/memory usage sometimes crash entire nodes. While I could overallocate resources, I'd prefer to properly direct workloads to appropriate node types.
Are there any workarounds or alternative methods to hint/guide pod scheduling to specific node types in this setup?
Beta Was this translation helpful? Give feedback.
All reactions