mirror of https://github.com/docker/docs.git
Add OS constraint
In a mixed EE cluster, the `ipallocator` is attempting to be scheduled on Windows nodes and failing
This commit is contained in:
parent
aa82eacc0e
commit
cd8a32b3dd
|
|
@ -128,6 +128,7 @@ Follow the steps below to configure multiple IP addresses per VM NIC.
|
||||||
--log-opt max-size=1m \
|
--log-opt max-size=1m \
|
||||||
--env IPCOUNT=128 \
|
--env IPCOUNT=128 \
|
||||||
--name ipallocator \
|
--name ipallocator \
|
||||||
|
--constraint "node.platform.os == linux" \
|
||||||
ddebroy/azip
|
ddebroy/azip
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue