mirror of https://github.com/docker/cli.git
Remove cluster storage advertise from reload.
Because libnetwork won't really send container information to the new storage anyways. Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
parent
9796beeedb
commit
045907a71c
|
@ -888,7 +888,4 @@ if there are conflicts, but it won't stop execution.
|
||||||
The list of currently supported options that can be reconfigured is this:
|
The list of currently supported options that can be reconfigured is this:
|
||||||
|
|
||||||
- `debug`: it changes the daemon to debug mode when set to true.
|
- `debug`: it changes the daemon to debug mode when set to true.
|
||||||
- `label`: it replaces the daemon labels with a new set of labels.
|
- `labels`: it replaces the daemon labels with a new set of labels.
|
||||||
- `cluster-store`: it reloads the discovery store with the new address.
|
|
||||||
- `cluster-store-opts`: it uses the new options to reload the discovery store.
|
|
||||||
- `cluster-advertise`: it modifies the address advertised after reloading.
|
|
||||||
|
|
Loading…
Reference in New Issue