hjacobs / kube-ops-view

Kubernetes Operational View - read-only system dashboard for multiple K8s clusters
https://kubernetes-operational-view.readthedocs.io/
GNU General Public License v3.0
1.83k stars 256 forks source link

frequent crashes #169

Open andy-v-h opened 6 years ago

andy-v-h commented 6 years ago

I am running this in 3 DC's, two of them run pretty ok ( infrequent restarts ) one of them just crashes constantly. I have tried enabling logging and there isn't much help, and my shell into the init container is frequently killed with a exit code of 137. Any suggestions for how I can debug this further?

$ kubectl get pods                                                                               ⎈ (operations@production_iad2/operations)
NAME                                           READY     STATUS    RESTARTS   AGE
aws-cli                                        1/1       Running   393        22d
kube-ops-view-kube-ops-view-78fbcfb64d-fkdmn   1/1       Running   22         1d
tiller-deploy-6676bbfc88-htvp5                 1/1       Running   0          19h
owenmorgan commented 6 years ago

it looks like there is a memory leak.

image