When getting the logs from rancher some of my pods
in Kubernetes
were terminated due to crashloopbackoff. How can I fix it ??. Attaching some screenshots for reference.
[![enter image description here][1]][1]
Asked
Active
Viewed 155 times
-1

Riby Varghese
- 101
- 1
- 9
-
can you please paste the logs of the pod – Naveen Kulkarni Feb 03 '20 at 06:20
-
2Instead of screenshot always use code block for better readability of a asked question. – DT. Feb 03 '20 at 06:34
1 Answers
2
With available information on above question below is the assumption to your issue
Exit code 150 and ASPNETCORE_ENVIRONMENT
This looks to be a issue with compiled binary may be a version mismatched or correct .NET Core version not used.

DT.
- 3,351
- 2
- 18
- 32