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>
38
38
39
39
.. Create a YAML file that defines the `install-config` manifest:
40
40
+
41
+ --
41
42
.Example `install-config.yaml` file
42
43
[source,yaml]
43
44
----
@@ -72,6 +73,15 @@ pullSecret: '{"auths":{"<your_pull_secret>"}}}'
72
73
sshKey: 'ssh-rsa <your_ssh_pub_key>'
73
74
----
74
75
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
+
75
85
.. Save the file in your working directory.
76
86
77
87
. 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