Results 4 issues of Jeremy Chase

RepairEndpoints runs periodically to reconcile services in a multicluster environment. When the number of exported services approaches 500, RepairEndpoints runs nearly continuously which causes mirroring of services to be delayed....

priority/P1
pinned
area/multicluster

Set `proxy-version` annotation to `LinkerdVersion` when image version is the empty string. Tested when installed via CLI: ``` $ k get po -o yaml -n emojivoto | grep proxy-version linkerd.io/proxy-version:...

The `-n linkerd` line is missing from the "Enabling high availability mode" portion of these instructions: https://linkerd.io/2.12/tasks/install-helm/#enabling-high-availability-mode

bug

The "Install Linkerd and Linkerd Viz" section contains a shell snippet with an extra `|`. ``` # first, install the Linkerd CRDs in both clusters linkerd install --crds | |...