You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing issues before opening this one
Expected behavior
I would like tilde in constraint to cause Docker Swarm Mode to use the constraint if possible but deploy to another node if the specified node is not available. E.g.,
Creating service submarine-stack_submarineService
failed to create service submarine-stack_submarineService: Error response from daemon: rpc error: code = Unknown desc = value '~ jetson-nano' is invalid
Expected behavior
I would like tilde in constraint to cause Docker Swarm Mode to use the constraint if possible but deploy to another node if the specified node is not available. E.g.,
If I am reading it correctly, this was done for Swarm Standalone/Classic in docker-archive/classicswarm#478
In Kubernetes, I believe this would be done via "preferred" (soft) nodeAffinity and weight:
https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#node-affinity
Actual behavior
for ==~
or for =~
I could not find docs or issues on this for version >= 1.12.
Steps to reproduce the behavior
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.)
physical (manager: Raspberry Pi 4, worker: Jetson Nano)
The text was updated successfully, but these errors were encountered: