Michał Padula
Michał Padula
It's an additional component in the cluster, which needs to be monitored and regularly updated. Furthermore, in case of any problems it can cause disruptions in the cluster as mentioned...
I also had this issue @caddymofo. I fixed it by removing v1 versions from the CRDs https://github.com/emissary-ingress/emissary/blob/327dca4f771c0ec80b263768a12a4098e6944382/manifests/emissary/emissary-crds.yaml.in#L295-L302 This is also something I don't get, what's the point of keeping the...
The issue appears when istio certificate changes and there are no deltas https://github.com/emissary-ingress/emissary/blob/a7fc5d93433ba45e8fb3a4988b50bf365ab6967d/python/ambassador/ir/ir.py#L142 I believe, instead of restarting emissary with a CronJob, it's enough to just regularly update any resource...
Looks like the issue happens, because peon unannounces the middlemanager it runs on when it terminates and removes `druidDiscoveryAnnouncement-cluster-identifier` and `druidDiscoveryAnnouncement-id-hash` labels from the middlemanager pod. Labels with no peons:...