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 comments of common, the default value is Running:
type RunPolicy struct {
// CleanPodPolicy defines the policy to kill pods after the job completes.
// Default to Running.
CleanPodPolicy *CleanPodPolicy `json:"cleanPodPolicy,omitempty"`
In actuality:
mpiJob's default cleanpod policy is None.
mxJob's default cleanpod policy is All.
paddleJob's default cleanpod policy is None.
pytorchJob's default cleanpod policy is None.
tfJob's default cleanpod policy is Running.
XGBoostJob's default cleanpod policy is All.
Should we set all jobs default to Running, or remove the comments(// Default to Running.) in common.
The text was updated successfully, but these errors were encountered:
In the comments of common, the default value is Running:
In actuality:
Should we set all jobs default to Running, or remove the comments(// Default to Running.) in common.
The text was updated successfully, but these errors were encountered: