Results 3 comments of Roman M.

I've solved this for barman by adding script that adds label to pod with current role (primary or standby) and service that has a selector with `role=primary`. Here's the script:...

Regarding point №3, I've added this to `has_enough_backends.sh` in my k8s deploy: ```bash BACKENDS_COUNT=`echo $BACKENDS |awk -F ',' '{print NF}'` if [[ "$HEALTHY_BACKENDS" -ne "$BACKENDS_COUNT" ]]; then for (( node=0;...

Hi @bmatthew Thanks for your reply. In our pipeline we are handling this by setting NODE_ENV to empty value for edgeworkers CLI install stage. Just reported this so that it...