|
|
|
|
|
by randomdata
652 days ago
|
|
To start, you need to figure out why Kubernetes isn't retaining your stack trace/related metadata when the app crashes. That is the most pressing bug. Which is probably best left to the k9s team. You outsourced that aspect of the business of good reason, no doubt. After they've fixed what they need to fix you need to use the information now being retained to narrow down why your app is crashing at all. Failing to open a file is expected behaviour. It should not be crashing. Then maybe you can get around to looking at the close issue. But it's the least of your concerns. You've got way bigger problems to tackle first. |
|