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?