I have a service with the scheduling rules of:
io.rancher.scheduler.global: 'true' io.rancher.scheduler.affinity:host_label: profile=my_service
If I am in a pinch and need to force scale extra hosts (rather than wait for autoscale) for that service immediately; I have noticed that even though I have multiple hosts with the my_service label, only a single host at a time will be downloading the service. Shouldn’t all the hosts be downloading the service at once and not one at a time?
I am running rancher v1.1.0
Thanks!