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
Before coding, I want to confirm some design ideas to avoid developing in the wrong direction later. Please help answer these questions @zmberg@chengjoey
I need to add a new field ImagePullJobSpec.ImagePullJobTemplate.Tolerations to ImagePullJob. Can I directly reference the code from api/core/v1 for this Tolerations Tolerations v1.Toleration json:"toleration,omitempty"
or I need to migrate all related fields to imagepulljob_types.go?
Can Tolerations be configured simultaneously with the existing selector and podSelector?
I am not sure if Kruise has implemented the logic related to Tolerations and Node scheduling. If it has, I will use it directly; if not, I will implement it myself.
What would you like to be added:
Why is this needed:
The text was updated successfully, but these errors were encountered: