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

Metadata is not displayed in UI #21352

Open
EugenKon opened this issue Jun 20, 2024 · 0 comments
Open

Metadata is not displayed in UI #21352

EugenKon opened this issue Jun 20, 2024 · 0 comments

Comments

@EugenKon
Copy link

EugenKon commented Jun 20, 2024

consul v1.18.2

image

But in the console for this node I have:

$ nomad node status -verbose
ID                                    Node Pool  DC        Name              Class   Address        Version  Drain  Eligibility  Status
cecc9c50-639e-745d-136f-b66f452fea1e  default    dc  ip-172-31-27-180  <none>  172.31.27.180  1.8.0    false  eligible     ready

$ nomad node status -verbose cecc9c50
ID              = cecc9c50-639e-745d-136f-b66f452fea1e
Name            = ip-172-31-27-180
Node Pool       = default
Class           = <none>
DC              = dc
Drain           = false
Eligibility     = eligible
Status          = ready
CSI Controllers = <none>
CSI Drivers     = <none>
Uptime          = 303h20m1s
...
Attributes
consul.connect                           = true
consul.datacenter                        = dc
consul.dns.addr                          = 172.31.27.180
consul.dns.port                          = 8600
consul.ft.namespaces                     = false
consul.version                           = 1.18.2
...
Meta
connect.gateway_image                           = docker.io/envoyproxy/envoy:v${NOMAD_envoy_version}
connect.log_level                               = info
connect.proxy_concurrency                       = 1
connect.sidecar_image                           = docker.io/envoyproxy/envoy:v${NOMAD_envoy_version}
connect.transparent_proxy.default_outbound_port = 15001
connect.transparent_proxy.default_uid           = 101
info                                            = mine

image

I expect to see info = mine in the UI.

This is nomad.hcl configuration for this node:

client {
  meta {
    info = "mine"
  }
  ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant