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
//assumption: once pod is running we don't internally do any extra operation which would call this function and simply update status accrording to kubewatch events
289
-
//that's why we are getting pod status as unknown because we don't explicity set pod status
290
-
//this is the case when our internal code has called to update status before actually scheduling pod
291
-
//update wf status as given in request, don't change that
//assumption: once pod is running we don't internally do any extra operation which would call this function and simply update status accrording to kubewatch events
288
+
//that's why we are getting pod status as unknown because we don't explicity set pod status
289
+
//this is the case when our internal code has called to update status before actually scheduling pod
290
+
//update wf status as given in request, don't change that
0 commit comments