Skip to content

Commit c27f55e

Browse files
Merge pull request #2448 from thaJeztah/deprecate_classic
Deprecate classic Swarm and overlay networks using external k/v stores
2 parents b350e14 + a91880a commit c27f55e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/deprecated.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The table below provides an overview of the current status of deprecated feature
5050

5151
Status | Feature | Deprecated | Remove
5252
-----------|------------------------------------------------------------------------------------------------------------------------------------|------------|------------
53+
Deprecated | [Classic Swarm and overlay networks using external key/value stores](#classic-swarm-and-overlay-networks-using-cluster-store) | v20.03.0 | -
5354
Deprecated | [CLI plugins support](#cli-plugins-support) | v20.03.0 | -
5455
Deprecated | [Pushing and pulling with image manifest v2 schema 1](#pushing-and-pulling-with-image-manifest-v2-schema-1) | v19.03.0 | v20.03.0
5556
Removed | [`docker engine` subcommands](#docker-engine-subcommands) | v19.03.0 | v20.03.0
@@ -88,6 +89,15 @@ Removed | [`--api-enable-cors` flag on `dockerd`](#--api-enable-cors-flag-on-
8889
Removed | [`--run` flag on `docker commit`](#--run-flag-on-docker-commit) | v0.10.0 | v1.13.0
8990
Removed | [Three arguments form in `docker import`](#three-arguments-form-in-docker-import) | v0.6.7 | v1.12.0
9091

92+
### Classic Swarm and overlay networks using cluster store
93+
94+
**Deprecated in Release: v20.03.0**
95+
96+
Standalone ("classic") Swarm has been deprecated, and with that the use of overlay
97+
networks using an external key/value store. The corresponding`--cluster-advertise`,
98+
`--cluster-store`, and `--cluster-store-opt` daemon options have been marked
99+
deprecated, and will be disabled or removed in a future release.
100+
91101
### CLI plugins support
92102

93103
**Deprecated in Release: v20.03.0**

0 commit comments

Comments
 (0)