Skip to content

Commit

Permalink
connectivity: configure endpoint selector for entity-cluster CNP
Browse files Browse the repository at this point in the history
Restrict the entity-cluster CNP to the client pods only, to avoid
affecting the test-conn-disrupt pods when deployed in a multi-cluster
scenario, and lead to possible confusing during the investigation of
flakes. This change does not lead to changes in coverage.

Signed-off-by: Marco Iorio <[email protected]>
  • Loading branch information
giorio94 authored and tklauser committed Apr 16, 2024
1 parent 5695c0f commit e129fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectivity/builder/manifests/allow-cluster-entity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
endpointSelector:
matchLabels:
{}
kind: client
egress:
- toEntities:
- cluster

0 comments on commit e129fea

Please sign in to comment.