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
I wouldn't advice using lists in these 2 cases, because the roles are not going to change. They will always be launcher and workers, so we should reflect that in a struct.
I wouldn't advice using lists in these 2 cases, because the roles are not going to change. They will always be launcher and workers, so we should reflect that in a struct.
Oh... Yes, that's right. Updated the description.
It's also worth changing training-operator at the same time
/kind feature
We have API violations related to maps in the following:
mpi-operator/pkg/apis/kubeflow/v2beta1/types.go
Lines 112 to 114 in 31d4575
mpi-operator/pkg/apis/kubeflow/v2beta1/types.go
Lines 154 to 157 in 31d4575
So we should use named subobjects instead of maps in the following:
However, we should work on this in the new API version such as
v2beta2
orv2
since this change doesn't have backward compatibility.Original comments by @alculquicondor.
#510 (comment)
#514 (comment)
The text was updated successfully, but these errors were encountered: