Need a way to stop the dotnet monitor tool, like shutdown or exit container #7971
Unanswered
suhasravva
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using scaled jobs in kubernetes, Our jobs are running background and exit on their own without sigterm from kubernetes scheduler. We exit the application manually in code using environment.exit(0) (c# code) one our job is completed. But while we add this dotnet monitor sidecar to the same pod, we are seeing the dotnet monitor running even our main container is exit so, pod is still hanging there until max lifetime we defined for pod. Is there any way we can call an http api to quit the dotnet monitor container like we had for istio "http://localhost:15000/quitquitquit" ? Or do you have any other way to do this?
Beta Was this translation helpful? Give feedback.
All reactions