Rancher auto deploy? (CI/CD workflow)

I’m not bypassing the scheduling, i’m just using the scheduling in this instance to put that dev service on a specific dev host.

I do the same thing in production, with a slight modification -

labels: io.rancher.container.pull_image: always io.rancher.scheduler.global: 'true' io.rancher.scheduler.affinity:host_label: app=lightning

This way, my prod service gets “scheduled” on all hosts in the prod env that have the “app=lightning” host label.