Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Zahari Dichev <[email protected]>
  • Loading branch information
zaharidichev committed Dec 2, 2024
1 parent 6e28203 commit e8f5a58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions linkerd.io/content/2-edge/reference/egress-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ by the `clusterNetworks` value provided when Linkerd was installed.

### trafficPolicy

This field is required and must be either `Allow` or `Deny`. If `trafficPolicy` is set
to `Allow`, all traffic through this EgressNetwork will be let through even if there
is no explicit Gateway API Route that describes it. If `trafficPolicy` is set to `Deny`,
traffic through this `EgressNetwork` that is not explicitly matched by a Route will
be refused.
This field is required and must be either `Allow` or `Deny`. If `trafficPolicy`
is set to `Allow`, all traffic through this EgressNetwork will be let through
even if there is no explicit Gateway API Route that describes it. If
`trafficPolicy` is set to `Deny`, traffic through this `EgressNetwork` that
is not explicitly matched by a Route will be refused.

## Example

Expand Down
3 changes: 2 additions & 1 deletion linkerd.io/content/2-edge/tasks/managing-egress-traffic.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,4 +429,5 @@ $ curl http://google.com

## Cleanup

In order to clean everything up, simply delete the namespace: `kubectl delete ns egress-test`.
In order to clean everything up, simply delete the namespace:
`kubectl delete ns egress-test`.

0 comments on commit e8f5a58

Please sign in to comment.