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 am considering integrating your CRIK project into our system and encountered the following situation: currently, when launching a pod in Kubernetes, only one restart is possible after the entrypoint.sh finishes (delete pod). I’m wondering if there are any plans to support multiple repeated pod restarts?
At the moment, after the pod finishes (delete pod), it automatically restarts and functions correctly, but if the pod is deleted again, the restart begins from the first checkpoint (instead of from the point of the second deletion).
Expected behavior:
It would be great to have the ability to configure multiple pod restarts so that after completing, the pods would automatically restart repeatedly without the need for manual intervention.
Thank you for your work on the project!
The text was updated successfully, but these errors were encountered:
Hello!
I am considering integrating your CRIK project into our system and encountered the following situation: currently, when launching a pod in Kubernetes, only one restart is possible after the entrypoint.sh finishes (delete pod). I’m wondering if there are any plans to support multiple repeated pod restarts?
At the moment, after the pod finishes (delete pod), it automatically restarts and functions correctly, but if the pod is deleted again, the restart begins from the first checkpoint (instead of from the point of the second deletion).
Expected behavior:
It would be great to have the ability to configure multiple pod restarts so that after completing, the pods would automatically restart repeatedly without the need for manual intervention.
Thank you for your work on the project!
The text was updated successfully, but these errors were encountered: