The "node discovery" feature was added to implement overlay networks with an external k/v store
https://docs.docker.com/engine/reference/commandline/dockerd/#node-discovery
With swarm "standalone" being in maintenance mode, and SwarmKit providing all functionality to create overlay networks (which could be used for standalone swarm if created with the --attachable option), we should deprecate this feature, and remove it.
The following flags will be removed/deprecated on the dockerd daemon:
--cluster-advertise string Address or interface name to advertise
--cluster-store string URL of the distributed storage backend
--cluster-store-opt map Set cluster store options (default map[])
(this is just a placeholder to start the discussion, I'll add more information about things to change)
The "node discovery" feature was added to implement overlay networks with an external k/v store
https://docs.docker.com/engine/reference/commandline/dockerd/#node-discovery
With swarm "standalone" being in maintenance mode, and SwarmKit providing all functionality to create overlay networks (which could be used for standalone swarm if created with the
--attachableoption), we should deprecate this feature, and remove it.--cluster-advertise,--cluster-store,--cluster-store-optflags fromdockerdCLIdaemon.json(or produce error)dockerdcommand line referencedockerd (8)man pageThe following flags will be removed/deprecated on the
dockerddaemon:(this is just a placeholder to start the discussion, I'll add more information about things to change)