-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
"dial tcp: no suitable address found" error while connecting to heapster #1305
Comments
So you say if we rebuild the image with go1.7.1, the problem will vanish? |
@bryk yes. the debian |
bryk
added a commit
to bryk/dashboard
that referenced
this issue
Oct 7, 2016
Minor relase with fix to: kubernetes#1305
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue details
"
Skipping Heapster metrics because of error: Get http://heapster.kube-system.svc.cluster.local:8082/api/v1/model/namespaces/tachyon/pod-list/boson.adapter-controller-82fc521c54a4d16c0002785d631c0d67-g3ptc,qa.default.nimbus-1252092381-tnnju,qa.default.supervisor-content-webpage-3936070723-mhjc2,qa.default.supervisor-horoscope-2832703161-9oq2u,qa.default.zk1-2153710118-xhowg,qa.default.zk2-2957443626-25le2,qa.default.zk3-3761177134-x82cm/metrics/cpu-usage: dial tcp: no suitable address found "
we override the docker run command with "/dashboard --port=9090 --heapster-host=http://heapster.kube-system.svc.cluster.local:8082" as we want to avoid going through service proxy.
Environment
there is an issue with golang-1.7 skipping *.local dns resolution. which is fixed in golang-1.7.1: golang/go#16739
Can you please confirm if v1.4.0 image is built using golang-1.7 . if so release a new image built using golang-1.7.1 ? Thanks.
The text was updated successfully, but these errors were encountered: