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

Swarm events #23827

Closed
tiborvass opened this issue Jun 21, 2016 · 10 comments
Closed

Swarm events #23827

tiborvass opened this issue Jun 21, 2016 · 10 comments
Labels
area/swarm kind/enhancement Enhancements are not bugs or new features but can improve usability or performance. status/claimed

Comments

@tiborvass
Copy link
Contributor

We should add swarm events to the docker events stream.

Cc @tonistiigi @vieux

@cleishm
Copy link

cleishm commented Jun 21, 2016

I'd love to see changes to the service replica count appear as events.

@vdemeester vdemeester added kind/enhancement Enhancements are not bugs or new features but can improve usability or performance. area/swarm labels Jun 21, 2016
@cpuguy83
Copy link
Member

@tiborvass What do you think for 1.12? I would think we should at least be able to add some events rather simply and could argue that it's needed.

@vdemeester
Copy link
Member

@tiborvass @cpuguy83 looking into it but one question would be : should these swarm events be send to daemon /events endpoint or should it be an endpoint on its own /swarm/events (docker swarm events then) ?

@cpuguy83
Copy link
Member

I think /events

@bitsofinfo
Copy link

Any idea on an eta for this?

@thaJeztah
Copy link
Member

@bitsofinfo this requires changes in SwarmKit (also see the discussion on #23964), so most likely in 1.13

@thaJeztah
Copy link
Member

with which I mean to say; not in a patch release for 1.12

@thaJeztah
Copy link
Member

Also see moby/swarmkit#491 for the issue tracking this in SwarmKit

@tlvenn
Copy link

tlvenn commented Oct 24, 2016

@thaJeztah I just want to emphasis how important this is. Any custom L7 load balancer such as Traefik or Fabio will need to tap into swarm events to react to service/task updates in order to route traffic properly.

I'm a bit worried that those projects will now implement all kind of workarounds, and by the time Swarm events are implemented, it's too late.

Ya it's already happening... :(

@thaJeztah
Copy link
Member

Swarm events are now available as part of the docker events (on manager nodes); #32421

This feature is included in docker 17.06 and up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/swarm kind/enhancement Enhancements are not bugs or new features but can improve usability or performance. status/claimed
Projects
None yet
Development

No branches or pull requests

7 participants