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
Describe the problem/challenge you have
The RestartPolicy of the operator cleanup pod is OnFailure now, and if cleanup failed for 6 times(default backoffLimit), The cleanup job will be retained but the corresponding pod will be deleted, resulting in the loss of the failure log.
Describe the solution you'd like
Change the RestartPolicy of the operator cleanup pod to Never, so that cleanup pod and failure log will be retained.
Describe the problem/challenge you have
The RestartPolicy of the operator cleanup pod is OnFailure now, and if cleanup failed for 6 times(default backoffLimit), The cleanup job will be retained but the corresponding pod will be deleted, resulting in the loss of the failure log.
Describe the solution you'd like
Change the RestartPolicy of the operator cleanup pod to Never, so that cleanup pod and failure log will be retained.
Anything else you would like to add:
https://kubernetes.io/docs/concepts/workloads/controllers/job/#pod-backoff-failure-policy
The text was updated successfully, but these errors were encountered: