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 has been archived by the owner on Oct 23, 2024. It is now read-only.
the port shows up in two places in the slave state.json: flags.port and in pid. it's probably pretty simple to add a "pid" field to the slave struct, and then parse the port from that. sample data for pid:
slave(1)@10.2.0.5:5051
you can use mesos-go/upid to parse if you want (mesos-go is already a dep):
https://github.com/mesos/mesos-go/blob/master/upid/upid.go
The text was updated successfully, but these errors were encountered:
659d1dc added the ability to resolve slave.mesos and get a list of all slave IPs. It would be nice to also get SRV records including the slave ports.
Hints from @jdef
The text was updated successfully, but these errors were encountered: