You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2022. It is now read-only.
kubectl logs kube-dns-7b4c7c64df-fdczh -n kube-system kubedns
...
I0425 15:47:53.857281 1 dns.go:555] Could not find endpoints for service "sonar-mongodb-replicaset" in namespace "default". DNS records will be created once endpoints show up.
For anyone who ends up here by chance. This issue was caused by the changing of kubeadm serviceCIDR but the kubelet systemd config is hard coded. Need to change to my defined location fix:
BUG REPORT
Version of Helm and Kubernetes:
Which chart:
mongodb replicaset https://github.com/kubernetes/charts/tree/master/stable/mongodb-replicaset
What happened:
Service can't create DNS entry so bootstrap system can't find dns entry which blocks deployment.
What you expected to happen:
DNS to be created and peer-finder to do DNS lookup and config magic
How to reproduce it (as minimally and precisely as possible):
helm install --name sonar stable/mongodb-replicaset -f values.yml
Logs:
kube DNS:
bootstrap:
Service is present with endpoint:
The text was updated successfully, but these errors were encountered: