Skip to content

Commit 7bb6aaa

Browse files
authored
Merge pull request #62429 from jab-rh/OSDOCS-6566
OSDOCS-6566: Add IPsec support for IBM Cloud
2 parents f66fca6 + 3900c98 commit 7bb6aaa

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

modules/nw-modifying-operator-install-config.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ metadata:
5555
spec:
5656
----
5757

58-
. Specify the advanced network configuration for your cluster in the `cluster-network-03-config.yml` file, such as in the following
59-
ifndef::ibm-cloud[examples:]
60-
ifdef::ibm-cloud[example:]
58+
. Specify the advanced network configuration for your cluster in the `cluster-network-03-config.yml` file, such as in the following examples:
6159
+
6260
--
6361
.Specify a different VXLAN port for the OpenShift SDN network provider
@@ -73,7 +71,6 @@ spec:
7371
vxlanPort: 4800
7472
----
7573

76-
ifndef::ibm-cloud[]
7774
.Enable IPsec for the OVN-Kubernetes network provider
7875
[source,yaml]
7976
----
@@ -86,7 +83,6 @@ spec:
8683
ovnKubernetesConfig:
8784
ipsecConfig: {}
8885
----
89-
endif::ibm-cloud[]
9086
--
9187

9288
. Optional: Back up the `manifests/cluster-network-03-config.yml` file. The

modules/nw-operator-cr.adoc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ ifdef::operator[]
261261
The UDP port for the Geneve overlay network.
262262
endif::operator[]
263263

264-
ifndef::ibm-cloud[]
265264
|`ipsecConfig`
266265
|`object`
267266
|
@@ -271,7 +270,6 @@ endif::operator[]
271270
ifdef::operator[]
272271
If the field is present, IPsec is enabled for the cluster.
273272
endif::operator[]
274-
endif::ibm-cloud[]
275273

276274
|`policyAuditConfig`
277275
|`object`
@@ -301,13 +299,6 @@ This field cannot be changed after installation.
301299
| The default value is `fd98::/48`.
302300
|====
303301

304-
ifdef::ibm-cloud[]
305-
[NOTE]
306-
====
307-
IPsec for the OVN-Kubernetes network plugin is not supported when installing a cluster on IBM Cloud.
308-
====
309-
endif::ibm-cloud[]
310-
311302
// tag::policy-audit[]
312303
.`policyAuditConfig` object
313304
[cols=".^2,.^2,.^6a",options="header"]
@@ -372,9 +363,7 @@ defaultNetwork:
372363
ovnKubernetesConfig:
373364
mtu: 1400
374365
genevePort: 6081
375-
ifndef::ibm-cloud[]
376366
ipsecConfig: {}
377-
endif::ibm-cloud[]
378367
----
379368

380369
[discrete]

0 commit comments

Comments
 (0)