rak8s icon indicating copy to clipboard operation
rak8s copied to clipboard

coredns gets killed by oom

Open chrifey opened this issue 6 years ago • 1 comments

I deployed a cluster with 3 nodes (master + 2 worker nodes).

After the deployment is finished, the cluster is fine, but when I schedule services, the two coredns pods get killed from out-of-memory (oom). That makes coredns going into a crash-loop.

I'm not sure, whether this I a config problem on my side, but I fixed it with using kube-dns [1] instead of coredns by passing --feature-gates=CoreDNS=false.

[1] https://kubernetes.io/docs/tasks/administer-cluster/coredns/#installing-kube-dns-instead-of-coredns-with-kubeadm

Docker Version: 18.04.0-ce K8s: v1.11.4

chrifey avatar Dec 16 '18 18:12 chrifey

Is this still an issue?

chris-short avatar Dec 08 '19 15:12 chris-short