Alex Leong
Alex Leong
Add a flag to the `linkerd diagnostics policy` command for being able to specify the context token sent in the policy request. This allows the diagnostic command to get the...
We add support for the `--output/-o` flag in `linkerd inject` and `linkerd uninject` commands. The supported output formats are yaml (default) and json. Kubectl is able to accept both of...
Add an`-o/--output` flag to the `linkerd profile` command which outputs ServiceProfile manifests. The supported output formats are yaml (default) and json. Both of these formats are supported by kubectl and...
We add support for grpcroute in the inbound policy API. When a Server resource has the proxy protocol set to grpc, we will now serve grpc as the protocol in...
By default, the linkerd-jaeger extension installs an OpenCensus collector and a Jaeger backend. However, for users who have an existing Jaeger backend, it should be possible to configure the linkerd-jaeger...
**What would you like to be added**: Pod IP and Node columns in the Pods table, similar to what is shown in `kubectl get pods -o wide`. **Why is this...
Our generated client-go code committed in the repo has diverged from the code generated by the codegen tools. We bring them back in sync by running `bin/updated-codegen.sh`. This should be...
### What problem are you trying to solve? As of k8s 1.26 the kubectl flag `--prune-whitelist` has been deprecated and `--prune-allowlist` has been created to replace it. We reference this...