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
and that's the dumbest option of them all. They have multiple other alternatives which can be explored. We probably should not do this on our fork, if this is ever touched it should be in upstream kubeflow.
This describes several approaches how to do comparisons. Our problem is that we use
kubeflow/components/common/reconcilehelper/util.go
Lines 128 to 130 in 5b2857f
and that's the dumbest option of them all. They have multiple other alternatives which can be explored. We probably should not do this on our fork, if this is ever touched it should be in upstream kubeflow.
edit2: kubeflow is aware,
reflect.DeepEqual
withequality.Semantic.DeepEqual
kubeflow/notebooks#69It's not really a problem, I hope, but it makes it harder doing upgrade test, because resources change version even if content is exactly the same.
edit: or do they, actually?
The text was updated successfully, but these errors were encountered: