Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Always deploy client2 on same node as client
The node placement for client2 is not currently fixed such that a given test (e.g., client-egress-l7/pod-to-pod/curl-3) may be covering different packet paths on distinct runs (e.g., pod->local pod or pod->remote pod). This nondeterminism can be a bit confusing when debugging as a failure on a specific packet path may appear under various names. This commit fixes the placement of client2 to the same node as client, via an affinity rule. Signed-off-by: Paul Chaignon <[email protected]>
- Loading branch information