Skip to content

Commit 6c3aaaa

Browse files
authored
Merge pull request #93143 from rohennes/TELCODOCS-2300
TELCODOCS-2300: Clarifying network config limitations for IBI
2 parents a03e2ba + ba59f42 commit 6c3aaaa

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

modules/ibi-create-standalone-config-iso.adoc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,8 @@ controlPlane:
5757
name: master
5858
replicas: 1
5959
networking:
60-
clusterNetwork:
61-
- cidr: 10.128.0.0/14
62-
hostPrefix: 23
6360
machineNetwork:
6461
- cidr: 192.168.200.0/24
65-
networkType: OVNKubernetes
66-
serviceNetwork:
67-
- 172.30.0.0/16
6862
platform:
6963
none: {}
7064
fips: false
@@ -78,7 +72,7 @@ sshKey: 'ssh-rsa <your_ssh_pub_key>'
7872
If your cluster deployment requires a proxy configuration, you must do the following:
7973
8074
* Create a seed image from a seed cluster featuring a proxy configuration. The proxy configurations do not have to match.
81-
* Configure the machineNetwork field in your installation manifest.
75+
* Configure the `machineNetwork` field in your installation manifest.
8276
====
8377
--
8478

modules/ibi-image-based-install-cluster-guide.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@
77

88
For a successful image-based installation and deployment, see the following guidelines.
99

10+
[id="ibi-cluster-guidelines_{context}"]
1011
== Cluster guidelines
1112

1213
* If you are using {rh-rhacm-first}, to avoid including any {rh-rhacm} resources in your seed image, you need to disable all optional {rh-rhacm} add-ons before generating the seed image.
1314

15+
[id="ibi-seed-cluster-guidelines_{context}"]
1416
== Seed cluster guidelines
1517

1618
* If your cluster deployment at the edge of the network requires a proxy configuration, you must create a seed image from a seed cluster featuring a proxy configuration. The proxy configurations do not have to match.
1719

20+
* The `clusterNetwork` and `serviceNetwork` network configurations in the seed cluster persist to the deployed cluster. The Lifecycle Agent embeds these settings in the seed image. You cannot change these settings later in the image-based installation and deployment process.
21+
1822
* If you set a maximum transmission unit (MTU) in the seed cluster, you must set the same MTU value in the static network configuration for the image-based configuration ISO.
1923

2024
* Your {sno} seed cluster must have a shared `/var/lib/containers` directory for precaching images during an image-based installation. For more information see "Configuring a shared container partition between ostree stateroots".

0 commit comments

Comments
 (0)