dockersamples/example-voting-app

Question: About replicas and parallelism.

nrikiji opened this issue · 1 comments

Thank you for the great samples.I would like to ask you a question.

deploy:
replicas: 1
update_config:
parallelism: 2
delay: 10s

If replicas is 1 and parallelism is 2 (or more than 2), what effect are you expecting? if replicas is 1, is it not a rolling update because there are times when containers are temporarily zero?

We're sorry for the late response. Linux images have been refreshed, cleaned up, and are now multi-platform. If you're still having issues with the latest images, feel free to reopen this ticket.