Skip to content

Commit 4aa8ed1

Browse files
authored
Merge pull request #68065 from paumr/fix_egress_documentation
/lgtm merging fixed invalid EgressIPconfig sample config
2 parents 33840c3 + adc57a4 commit 4aa8ed1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

modules/nw-egress-ips-config-object.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ The following YAML describes changing the `reachabilityTotalTimeoutSeconds` from
1212

1313
[source,yaml]
1414
----
15-
apiVersion: k8s.ovn.org/v1
16-
kind: EgressIP
17-
name: networks.operator.openshift.io
18-
spec:
15+
apiVersion: operator.openshift.io/v1
16+
kind: Network
17+
metadata:
18+
name: cluster
19+
spec:
1920
clusterNetwork:
2021
- cidr: 10.128.0.0/14
2122
hostPrefix: 23

0 commit comments

Comments
 (0)