[ucp] agent pause typo in 3.2.0 release notes (#9232)

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
Trapier Marshall
2019-08-12 05:56:23 -04:00
committed by Olly P
parent 4d577536cb
commit 7c31dcfc48

View File

@@ -88,7 +88,7 @@ The following features are deprecated in UCP 3.2:
- `ucp-agent-pause`
- `ucp-agent-pause` is no longer supported. To pause UCP reconciliation on a specific node, for example, when repairing unhealthy `etcd` or `rethinkdb` replicas, you can use swarm node labels as shown in the following example:
```
docker node update --label-add com.docker.ucpagent-pause=true <NODE>
docker node update --label-add com.docker.ucp.agent-pause=true <NODE>
```
- Windows 2016 is formally deprecated from Docker Enterprise 3.0. EOL of Windows Server 2016 support will occur in Docker
Enterprise 3.1. Upgrade to Windows Server 2019 for continued support on Docker Enterprise.