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:
Steven Follis 2018-04-16 22:22:46 -04:00 committed by Jim Galasyn
parent aa82eacc0e
commit cd8a32b3dd
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ Follow the steps below to configure multiple IP addresses per VM NIC.
--log-opt max-size=1m \
--env IPCOUNT=128 \
--name ipallocator \
--constraint "node.platform.os == linux" \
ddebroy/azip
```