Skip to content

Commit

Permalink
fix format (#962)
Browse files Browse the repository at this point in the history
* fix format
---------

Co-authored-by: Stella <[email protected]>
  • Loading branch information
Stella0621 and Stella authored Nov 8, 2023
1 parent 0970cce commit 2fa66c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usage/Install.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ helm repo update
2. Create an EgressPolicy CR object for your application.
An EgressPolicy instance is used to define which Pods' egress traffic should be forwarded through EgressGateway nodes, along with other configuration details.
You can create an example as follows. When a matching Pod accesses any external address in the cluster (excluding Node IP, CNI Pod CIDR, ClusterIP), it will be forwarded through EgressGateway nodes.
Note that EgressPolicy objects are tenant-level, so they must be created under the tenant of the selected application.
An EgressPolicy instance is used to define which Pods' egress traffic should be forwarded through EgressGateway nodes, along with other configuration details.
You can create an example as follows. When a matching Pod accesses any external address in the cluster (excluding Node IP, CNI Pod CIDR, ClusterIP), it will be forwarded through EgressGateway nodes.
Note that EgressPolicy objects are tenant-level, so they must be created under the tenant of the selected application.

```shell
cat <<EOF | kubectl apply -f -
Expand Down

1 comment on commit 2fa66c9

@weizhoublue
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.