79237851

Date: 2024-11-29 17:08:55
Score: 3
Natty:
Report link

Note: I understand that it is trying to match not just "taint value" but also the "taint effect". But is there any use case for matching "taint effect" as well?

A use case that I can think of is having a node with taints of both NoSchedule and PreferNoSchedule for the same key

We can then create 3 "types" of pods

  1. Pods that tolerate both
  1. Pods that tolerate no schedule only
  1. Pods that don't tolerate either

It's good to have the control available to you, could be for cost optimisation, could be for tracking resources. In general it's better to have the control and not need it than to need it and not have it

Reasons:
  • Blacklisted phrase (1): is there any
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: GuestWithAQuest