linkerd2
linkerd2 copied to clipboard
Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
### What is the issue? I am linking two k8s (1.21) clusters. One local cluster name is cluster.local, the second ones is foo.cluster.local. All mTLS is set up correctly and...
### What is the issue? Hello, I have installed Linkerd + Linkerd Viz on my kubernetes k3s cluster, made out of 7x Rpi4. Everything went smooth, no issues. But recently...
This change adds another job in the workflow to run multicluster tests on two separate k8s versions. As part of the change, some just recipes have been added to simplify...
### What is the issue? The Mesh-view when accessing the namespaces is not showing for all of my custom namespaces. This view is not shoing for my namespace. All of...
Workloads were inheriting it as the default `enabled` mode. Introduced a new entry in the inject integration test to catch this. This fix is paired with the ingress doc clarification...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.2 to 1.13.0. Release notes Sourced from github.com/prometheus/client_golang's releases. ## 1.13.0 / 2022-08-06 [CHANGE] Minimum required Go version is now 1.17 (we also test client_golang against the...
### What is the issue? Did a helm release via terraform in a newly created cluster. After releasing the pods fail to startup. ### How can it be reproduced? With...
When installing linkerd-viz extension we are missing possibility to expose web dashboard via ingress (nginx-controller). Added generic Ingress resource (disabled by default) to the viz Helm chart with sensible defaults...
### What problem are you trying to solve? In private GKE clusters the mutating webhook exposed by the proxy injector cannot be called out of the box. This is because...
Add PodMonitor resources to the Helm chart With an external Prometheus setup installed using prometheus-operator the Prometheus instance scraping can be configured using Service/PodMonitor resources. By adding PodMonitor resource into...