I just tried to run image with docker, first it crashed due to "vm.max_map_count" low value. I increased it to double size that error log suggests. now image container is running fine directly with docker. Next I deleted the statefulset with "kubectl delete -f" and recreated it to check its behavior with new system config. still same issue persists
What does the kubernetes logs tell you?
if you mean kubectl logs <pod name>, its empty
Обсуждают сегодня