@@ -434,7 +434,7 @@ spec:
434
434
If Cyclonus detects a discrepancy between actual and expected connectivity, it will print out several additional
435
435
pieces of information to help you pinpoint, debug and understand the failure.
436
436
437
- The first piece is the expected connectivity matrix from the point of view of * ingress* rules.
437
+ The first piece is the expected connectivity matrix from the point of view of ** ingress* * rules.
438
438
439
439
```
440
440
Discrepancy found:17 wrong, 0 ignored, 64 correct
@@ -469,7 +469,7 @@ Expected ingress:
469
469
470
470
### Piece 4: expected egress connectivity
471
471
472
- The second additional piece of data is the expected connectivity from the point of view of * egress* rules.
472
+ The second additional piece of data is the expected connectivity from the point of view of ** egress* * rules.
473
473
474
474
```
475
475
Expected egress:
@@ -503,11 +503,11 @@ Expected egress:
503
503
504
504
### Piece 5: expect combined connectivity
505
505
506
- The third additional piece of data is the expected * combined* connectivity -- taking into account both ingress and egress
506
+ The third additional piece of data is the expected ** combined* * connectivity -- taking into account both ingress and egress
507
507
expected connectivity.
508
508
509
509
Remember that network policies only allow traffic if both ingress and egress are allowed. Therefore, this table is a
510
- combination of the two separate * ingress* -only and * egress* -only tables from the previous two pieces.
510
+ combination of the two separate ** ingress** -only and ** egress* * -only tables from the previous two pieces.
511
511
512
512
```
513
513
Expected combined:
@@ -635,7 +635,7 @@ Recall that we have 9 pods in our test. Therefore, we have 9 x 9 = 81 combinati
635
635
Additionally, for each pod/pod combination we test multiple ports and protocols. In this example, we have 2 ports and
636
636
3 protocols, so overall we have 81 x 2 x 3 = 486 data points, each represented by a ` . ` or ` X ` .
637
637
638
- The leftmost column is the * source* pod. The topmost row is the * destination* pod.
638
+ The leftmost column is the ** source** pod. The topmost row is the ** destination* * pod.
639
639
640
640
The top/left cell shows the table schema -- the order of protocol/port in this cell corresponds to the protocol/port
641
641
used for each pod->pod request, in the same order for the appropriate cell.
0 commit comments