canonical / istio-beacon-k8s-operator

https://charmhub.io/istio-beacon-k8s
Apache License 2.0
0 stars 0 forks source link

Beacon does not behave properly when scaled. #15

Open dstathis opened 1 month ago

dstathis commented 1 month ago

Bug Description

When Beacon is scaled beyond 1, It goes in to blocked state. It should instead continue to work and it should scale custom deployments accordingly.

To Reproduce

juju scale-application beacon 3

Environment

-

Relevant log output

Unit                  Workload  Agent  Address     Ports  Message
istio-beacon-k8s/0*   active    idle   10.1.20.46         
istio-beacon-k8s/1    blocked   idle   10.1.20.3          Waypoint can only be provided on the leader unit.

Additional context

No response