Skip to content

How to define Resource Models for a Cluster with Multiple Taints in Karmada #3869

@kangteng525

Description

@kangteng525

In a typical cluster, multiple taints can exist across different nodes. Here's an example scenario:

A cluster consisting of 5000 nodes where:

  • 1000 nodes have no taints
  • 1000 nodes have "taint1"
  • 1000 nodes have "taint2"
  • 1000 nodes have "taint3"
  • 1000 nodes have "taint4"

In this scenario, for any given taint (for example, "taint1"), the effective node count is 1000, not 5000, meaning the available resources are effectively 1/5 of the total.

Does Karmada support the definition of resource models in such scenarios where a cluster has multiple taints? If so, could you provide guidance on how we can define the spec for this scenario?

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/questionIndicates an issue that is a support question.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions