Alex Leong

Results 46 issues of Alex Leong

See: https://github.com/deislabs/smi-spec/pull/116

### What problem are you trying to solve? The GCP auth plugin that we use in the CLI when connecting to GKE clusters is deprecated. When running a Linkerd command...

area/cli
priority/triage
env/gke

PR https://github.com/linkerd/linkerd2/pull/12088 fixed an issue where removing and then re-adding certain policy resources could leave the policy index in an incorrect state. We add a test for the specific condition...

When the destination controller receives an update for a Server resource, we recompute opaqueness ports for all pods. This results in a large number of updates to all endpoint profile...

### Discussed in https://github.com/linkerd/linkerd2/discussions/11044 Originally posted by **ngc4579** June 21, 2023 Using the Prometheus federation API as advertised in the [docs](https://linkerd.io/2.13/tasks/exporting-metrics/#federation) yields an HTTP 403 scrape error (`server returned HTTP...

good first issue

We add index size gauges for each of the resource indexes in the inbound policy index. ``` # HELP inbound_index_meshtls_authentication_index_size The number of MeshTLS authentications in index # TYPE inbound_index_meshtls_authentication_index_size...

Adds index metrics to the outbound policy index. ``` # HELP outbound_index_service_index_size The number of entires in service index # TYPE outbound_index_service_index_size gauge outbound_index_service_index_size 20 # HELP outbound_index_service_info_index_size The number...

Most of the Github Actions in the website repo use a docker image called buoyantio/website-builder:v1.3.3. However, the Dockerfile that builds this image was removed in https://github.com/linkerd/website/pull/1465 This means that the...

The gitops tutorial seems out of date and references some older versions of Linkerd https://linkerd.io/2.12/tasks/gitops/ Run through this tutorial to figure out which parts of it still work and which...

In Linkerd 2.8.1, the multicluster addon contains a single service-mirror controller in the `linkerd-multicluster` namespace by default. We are moving to a model where there will be a service-mirror controller...

priority/P0