Alex Leong

Results 159 comments of Alex Leong

Hi @ayushiaks. Is it possible that you're somehow using the stable-2.11.2 Helm charts with the stable-2.10.2 docker images? I notice in your proxy logs that the proxy seems to version...

Hi @zigmund. Resource usage in the proxy is complex and depends on a large number of factors including size of the cluster, request load, and the exact nature of the...

The Linkerd Helm charts do not generate certificates automatically because Linkerd requires ECDSA certificates and, at the time that the Helm charts were created, Helm did not have any libraries...

@dtaskai you're right, those values seem to be missing from the documentation. I think this is probably because of the way that the default values are commented out here: https://github.com/linkerd/linkerd2/blob/main/charts/linkerd-control-plane/values.yaml#L292...

Thanks for putting this together, @jaygridley! One of the reasons that we haven't included an ingress with the dashboard so far is that the dashboard doesn't do any kind of...

Unfortunately, adding an ingress to our chart increases the scope and support burden of the project. Linkerd is intended to be a composable component that works well with ingresses. If...

Hi @TarekAS. You'll want the duration parameter of your queries to be longer than your scrape interval. You can use whatever scrape interval is appropriate for your use-case and budget,...

Hi @shadiramadan! We do, in fact, use a port-forward to expose the Linkerd dashboard. You can see the port-forward being created in the logs: ``` DEBU[0006] Starting port forward to...

Hi @cotocisternas I think the errors you're seeing are at least partially due to using mismatched versions of the Linkerd CLI and control plane. Make sure that you're using a...