You can update charms to use the new pod spec v2 and set the scale policy. There will be a discourse post soon to explain the details of how pod spec v2 works. The relevant change here is a new "scale policy" attribute under service.
# podspec.yaml
version: 2
service:
scalePolicy: serial
You can update charms to use the new pod spec v2 and set the scale policy. There will be a discourse post soon to explain the details of how pod spec v2 works. The relevant change here is a new "scale policy" attribute under service.
# podspec.yaml
version: 2
service:
scalePolicy: serial
The value can be "parallel" (default) or "serial"