File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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>"}}}'
7273sshKey: '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:
You can’t perform that action at this time.
0 commit comments