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
The watch server was wrongly changed to only run on the leader node. It
needs to run on all managers because this is one of the RPC services
that is not proxied to the leader (since all nodes receive events
through Raft).
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
(cherry picked from commit 80abd93)
0 commit comments