Hello,
I have an environnement with 6 hosts in it (with cattle orchestrator). I run a stack composed by one container with a public port mapping.
Then I scale this container 5 times until I have one instance of this container on each host.
How can I stop a specific instance of this container (for example the instance on host n°3)?
If I stop it manualy, rancher restart it automatically just after. And If I scale down rancher shut down an instance but not the one I want to stop. I did not find the restart policy “unless-stopped”. Is there a way to do this?
Thank you.