1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

TELCODOCS-2300: Clarifying network config limitations for IBI

This commit is contained in:
Ronan Hennessy
2025-05-08 11:44:05 +01:00
committed by openshift-cherrypick-robot
parent 5f7e2e3cbd
commit 42748c554f
2 changed files with 5 additions and 7 deletions

View File

@@ -57,14 +57,8 @@ controlPlane:
name: master
replicas: 1
networking:
clusterNetwork:
- cidr: 10.128.0.0/14
hostPrefix: 23
machineNetwork:
- cidr: 192.168.200.0/24
networkType: OVNKubernetes
serviceNetwork:
- 172.30.0.0/16
platform:
none: {}
fips: false
@@ -78,7 +72,7 @@ sshKey: 'ssh-rsa <your_ssh_pub_key>'
If your cluster deployment requires a proxy configuration, you must do the following:
* Create a seed image from a seed cluster featuring a proxy configuration. The proxy configurations do not have to match.
* Configure the machineNetwork field in your installation manifest.
* Configure the `machineNetwork` field in your installation manifest.
====
--

View File

@@ -7,14 +7,18 @@
For a successful image-based installation and deployment, see the following guidelines.
[id="ibi-cluster-guidelines_{context}"]
== Cluster guidelines
* 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.
[id="ibi-seed-cluster-guidelines_{context}"]
== Seed cluster guidelines
* 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.
* 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.
* 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.
* 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".