Skip to content

Commit e3ae28f

Browse files
committed
MGMT-19109: Add note to IBI standalone docs about machineNetwork req
1 parent 6073576 commit e3ae28f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ $ mkdir ibi-config-iso-workdir <1>
3838

3939
.. Create a YAML file that defines the `install-config` manifest:
4040
+
41+
--
4142
.Example `install-config.yaml` file
4243
[source,yaml]
4344
----
@@ -72,6 +73,15 @@ pullSecret: '{"auths":{"<your_pull_secret>"}}}'
7273
sshKey: 'ssh-rsa <your_ssh_pub_key>'
7374
----
7475

76+
[IMPORTANT]
77+
====
78+
If your cluster deployment requires a proxy configuration, you must do the following:
79+
80+
* 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.
82+
====
83+
--
84+
7585
.. Save the file in your working directory.
7686

7787
. Optional. Create a configuration template in your working directory by running the following command:

0 commit comments

Comments
 (0)