You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pod affinity and pod anti-affinity can be hard or soft. The later is found in under the PreferredDuringSchedulingIgnoredDuringExecution field, that specifies which nodes are preferred for scheduling among those that meet all scheduling (required) requirements.
Currently this just ignored and triggers a warning.
The text was updated successfully, but these errors were encountered:
Pod affinity and pod anti-affinity can be hard or soft. The later is found in under the
PreferredDuringSchedulingIgnoredDuringExecution
field, that specifies which nodes are preferred for scheduling among those that meet all scheduling (required) requirements.Currently this just ignored and triggers a warning.
The text was updated successfully, but these errors were encountered: