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
Kubernetes allows you to run commands before a pod is terminated. The preStop is working on the dotnet app. The dotnet monitor stops instantly and leads to a server error.
Discussed in #6865
Originally posted by agobezy June 21, 2024
I've been looking into this issue for the entire day and wanted to get some advice.
Environment details:
Kubernetes allows you to run commands before a pod is terminated. The preStop is working on the dotnet app. The dotnet monitor stops instantly and leads to a server error.
Troubleshooting attempted:
Can the dotnet monitor process gracefully shutdown instead of terminating instantly?
The text was updated successfully, but these errors were encountered: