Skip to content
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

Nomad Cli can't retrieve node stats when IPv6 endpoint is used #1349

Closed
The-Loeki opened this issue Jun 23, 2016 · 2 comments
Closed

Nomad Cli can't retrieve node stats when IPv6 endpoint is used #1349

The-Loeki opened this issue Jun 23, 2016 · 2 comments

Comments

@The-Loeki
Copy link

[root@n02 ~]# nomad -version
Nomad v0.4.0-dev ('bc09a0444722617a3a0ee0daa28d24b93d9d3e5b+CHANGES')
[root@n02 ~]# env|grep NOMAD
NOMAD_ADDR=http://[::1]:4646
[root@n02 ~]# nomad node-status -self -verbose
Node ID = 7a2c3b70-6b42-4da5-f427-a23359174aa1
(etc)

Allocated Resources
CPU       Memory           Disk            IOPS
(etc)

Allocations
ID                                    Eval ID                               Job ID                                Task Group          Desired Status  Client Status
(etc)

Attributes
arch                      = amd64
(etc)

error fetching node stats: Get http://::1:4646/v1/client/stats: dial tcp: too many colons in address ::1:4646
@The-Loeki The-Loeki changed the title Nomad can't retrieve node stats when IPv6 endpoint is used Nomad Cli can't retrieve node stats when IPv6 endpoint is used Jun 23, 2016
@dadgar
Copy link
Contributor

dadgar commented Jul 25, 2016

Fixed by #1465

@dadgar dadgar closed this as completed Jul 25, 2016
@github-actions
Copy link

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants