mirror of https://github.com/linkerd/linkerd2.git
* fix(destination): GetProfile requests targeting pods directly should return endpoint data for running (not necessarily ready) pods Requiring Pods to pass readiness checks before allowing Pod to Pod communication disrupts communication in e.g. clustered systems which require Pods to communicate with each other prior to establishing ready state and allowing inbound traffic. Relaxed the requirement and modified the workload watcher to only require that a Pod exists and is in Running phase. Reproduced the issue with a test setup described in #13247. Fixes #13247. --------- Signed-off-by: Tuomo <tjorri@gmail.com> Co-authored-by: Alejandro Pedraza <alejandro@buoyant.io> |
||
---|---|---|
.. | ||
cluster_store.go | ||
cluster_store_test.go | ||
endpoints_watcher.go | ||
endpoints_watcher_test.go | ||
k8s.go | ||
opaque_ports_watcher.go | ||
opaque_ports_watcher_test.go | ||
profile_watcher.go | ||
profile_watcher_test.go | ||
prometheus.go | ||
test_util.go | ||
workload_watcher.go | ||
workload_watcher_test.go |