linkerd2
linkerd2 copied to clipboard
Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
### What problem are you trying to solve? The collector exposes port 4318(http) using OTLP. ### How should the problem be solved? OTLP/HTTP port 4318 needs to be added collector....
### What problem are you trying to solve? Additional security. It is a best practice in security to run container with a minimum required `securityContext`. Many kubernetes users, including us,...
### What is the issue? Here is the setup details for the 2 clusters - Master and Agent 1. Both clusters are on the default k3s setup i.e, it comes...
`--no-deploy` seems to have been replaced with `--disable`. For what it's worth, I'm running `k3d-v5.4.3`. We should replace the flag since the devcontainer runs [`v5.4.4`](https://github.com/linkerd/dev/blob/main/.devcontainer/Dockerfile#L141-L143) ``` k3d cluster create l5d-test...
Fixes #9309 (but always true, no configuration flag, similar to #6469) Signed-off-by: Takumi Sue
https://github.com/linkerd/linkerd2/blob/main/web/app/index_bundle.js.lodash.tmpl#L4-L17 Some browser plugins will insert script tags in HTML page, resulting in wrong root paths Fixes: https://github.com/linkerd/linkerd2/issues/9438 Signed-off-by: Ye Sijun
### What is the issue? same question with https://github.com/linkerd/linkerd2/issues/8718 ### How can it be reproduced? 1. Start viz dashboard 2. Navigate to any other resource, e.g. a deployment. 3. Refresh...
This PR adds `prometheusUrl` values to control plane chart. Fixes: https://github.com/linkerd/linkerd2/issues/9357 Signed-off-by: Ye Sijun
Bumps [k8s.io/code-generator](https://github.com/kubernetes/code-generator) from 0.24.3 to 0.25.2. Commits 7e9837e Merge pull request #112161pohly/automated-cherry-pick-of-#112129 ecb165b dependencies: update to ginkgo v2.1.6 and gomega v1.20.1 775c304 Merge remote-tracking branch 'origin/master' into release-1.25 d31c93c Revert...
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.24.3 to 0.25.2. Commits 4b838ea Update dependencies to v0.25.2 tag fce3016 Merge pull request #112161pohly/automated-cherry-pick-of-#112129 29513a2 dependencies: update to ginkgo v2.1.6 and gomega v1.20.1 5c4a1b1 Merge remote-tracking...