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
tf-operator panic when clean tfjob that exceeds limit, because the CompletionTime of tfjob is nil, so we should first set CompletionTime first for the tfjob then try to clean the job.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label kind/bug to this issue, with a confidence of 0.93. Please mark this comment with 👍 or 👎 to give our bot feedback!
tf-operator panic when clean tfjob that exceeds limit, because the
CompletionTime
of tfjob is nil, so we should first setCompletionTime
first for the tfjob then try to clean the job.The text was updated successfully, but these errors were encountered: