|
@@ -159,15 +159,18 @@ type CommonConfig struct {
|
|
|
// ClusterStore is the storage backend used for the cluster information. It is used by both
|
|
|
// multihost networking (to store networks and endpoints information) and by the node discovery
|
|
|
// mechanism.
|
|
|
+ // Deprecated: host-discovery and overlay networks with external k/v stores are deprecated
|
|
|
ClusterStore string `json:"cluster-store,omitempty"`
|
|
|
|
|
|
// ClusterOpts is used to pass options to the discovery package for tuning libkv settings, such
|
|
|
// as TLS configuration settings.
|
|
|
+ // Deprecated: host-discovery and overlay networks with external k/v stores are deprecated
|
|
|
ClusterOpts map[string]string `json:"cluster-store-opts,omitempty"`
|
|
|
|
|
|
// ClusterAdvertise is the network endpoint that the Engine advertises for the purpose of node
|
|
|
// discovery. This should be a 'host:port' combination on which that daemon instance is
|
|
|
// reachable by other hosts.
|
|
|
+ // Deprecated: host-discovery and overlay networks with external k/v stores are deprecated
|
|
|
ClusterAdvertise string `json:"cluster-advertise,omitempty"`
|
|
|
|
|
|
// MaxConcurrentDownloads is the maximum number of downloads that
|