-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[POC Mizar-Arktos Integration] Coredns, kube-dns are crashing and restarting in scale up and scale up env #1309
Milestone
Comments
Starting K8s 1.18 in local cluster, only has kube-dns, no coredns.
|
Starting preAlkaid in local cluster, only has kube-dns, no coredns.
|
Kube proxy log in arktos:
in K8s 1.18:
|
Arktos:
K8s 1.18:
Service endpoint was not set correctly in Arktos. Might be a mizar service controller issue. |
still fails randomly. mostly works. |
Carl to verify and close |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:
In Mizar-Arktos integrated local dev environment, kube-dns and coredns pod keeps crashing and get restarted.
In master, using default bridge network solution, kube-dns and coredns could not be started. (sandbox cannot be created. containerd reported "No cni config template is specified, wait for other system components to drop the config.")
From kubelet log, it looks like kubelet is using pod ip managed by Mizar to do health and liveness check for kube-dns and coredns. Those ip addresses are not reachable from kubelet.
What you expected to happen:
With Mizar as Arktos network plugin, kube-dns and coredns should be started successfully w/o crashing.
The text was updated successfully, but these errors were encountered: