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
In the SSA semantics, zero and null have completely different meanings. However, converting from typed object to ApplyConfiguration can not recognize the differences. This indicates the KF Pipeline Framework might accidentally remove any fields during SSA PATCH.
Love this feature?
Give it a 👍 We prioritize the features with most 👍
The text was updated successfully, but these errors were encountered:
@tenzen-y May I work on this Issue ? I researched a bit still I am unable to understand from where do I get ApplyConfiguration from. I checked the k8s API as well.
@tenzen-y May I work on this Issue ? I researched a bit still I am unable to understand from where do I get ApplyConfiguration from. I checked the k8s API as well.
As you can see in assigner, I'm currently working on this.
What you would like to be added?
Instead of typed TrainingRuntime, we want to get ApplyConfiguration TrainingRuntime, and then reuse it in the whole of KF Pipeline Framework processes
trainer/pkg/runtime/core/trainingruntime.go
Lines 75 to 79 in b89ce84
Why is this needed?
In the SSA semantics, zero and null have completely different meanings. However, converting from typed object to ApplyConfiguration can not recognize the differences. This indicates the KF Pipeline Framework might accidentally remove any fields during SSA PATCH.
Love this feature?
Give it a 👍 We prioritize the features with most 👍
The text was updated successfully, but these errors were encountered: