True of False? Using the node affinity type "preferredDuringSchedlingIgnoredDuringExecution" means the scheduler can't schedule unless the rule is met
Answer
False. The scheduler tries to find a node that meets the requirements/rules and if it doesn't it will schedule the Pod anyway.