Skip to content

Commit ac471e8

Browse files
committed
Follow-up for 4.14 typo
1 parent ae81549 commit ac471e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/nw-egress-service-ovn.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
$ oc apply -f ip-addr-pool.yaml
4242
----
4343

44-
. Create `Service` and `EgressService` CRs.
44+
. Create `Service` and `EgressService` CRs:
4545

4646
.. Create a file, such as `service-egress-service.yaml`, with content like the following example:
4747
+
@@ -109,7 +109,6 @@ spec:
109109
- matchLabels:
110110
egress-service.k8s.ovn.org/example-namespace-example-service: "" <1>
111111
----
112-
113112
<1> In this example, the `EgressService` CR configures the source IP address for egress traffic to use the load-balancer service IP address. Therefore, you must specify the load-balancer node for return traffic to use the same return path for the traffic originating from the pod.
114113

115114
.Verification

0 commit comments

Comments
 (0)