-
Notifications
You must be signed in to change notification settings - Fork 158
Description
We have deployed Shiny Proxy Operator in our AWS EKS Environment and deployed Shiny Proxy Custom Resource and deployed applications in it
If the application has any run time error say syntax error or required package is missing, then application pod enters Error state and within 5-30 secs the app pod gets removed from the pods resources
This makes us unable to troubleshoot the issue.
Every time we have to locally check the docker image using docker exec or docker run and check application is loading without any issues. This is taking considerable time to investigate and resolve the issue
I have tried to add .spec.ttlSecondsAfterFinished in application pods in kubernetes-pod-patches:, seems like it didn't take any effect
I also checked the documentation for parameters controlling this setting. I couldnt find any.
Please check and let me know how to make sure the error pods live for a certain amount of time so that we can investigate the issue and perform required actions