Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(destination): GetProfile requests targeting pods directly should …
…return endpoint data for running (not necessarily ready) pods (#13557) * 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 <[email protected]> Co-authored-by: Alejandro Pedraza <[email protected]>
- Loading branch information