Skip to content

Commit 7bb2d5b

Browse files
authored
Merge pull request #45898 from ktothill/TELCODOCS-450
TELCODOCS-450: D/S Docs & RN: MGMT-8501 Subtask MGMT-8793 Update documentation
2 parents 63ed1eb + 82bbc11 commit 7bb2d5b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

modules/ipi-install-creating-an-rhcos-images-cache.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ The installation program no longer needs the `clusterOSImage` {op-system} image
1515

1616
If you are running the installation program on a network with limited bandwidth and the {op-system} images download takes more than 15 to 20 minutes, the installation program will timeout. Caching images on a web server will help in such scenarios.
1717

18+
[WARNING]
19+
====
20+
If you enable TLS for the HTTPD server, you must confirm the root certificate is signed by an authority trusted by the client and verify the trusted certificate chain between your {product-title} hub and spoke clusters and the HTTPD server. Using a server configured with an untrusted certificate prevents the images from being downloaded to the image creation service. Using untrusted HTTPS servers is not supported.
21+
====
22+
1823
Install a container that contains the images.
1924

2025
.Procedure
@@ -133,4 +138,4 @@ platform:
133138
----
134139
<1> Replace `<bootstrap_os_image>` with the value of `$BOOTSTRAP_OS_IMAGE`.
135140
+
136-
See the "Configuring the install-config.yaml file" section for additional details.
141+
See the "Configuring the install-config.yaml file" section for additional details.

modules/ztp-configuring-the-cluster-for-a-disconnected-environment.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ After you have completed the preceding procedure, follow these steps to configur
1414
1515
* Host the `rootfs` and `iso` images on an HTTPD server.
1616
17+
[WARNING]
18+
====
19+
If you enable TLS for the HTTPD server, you must confirm the root certificate is signed by an authority trusted by the client and verify the trusted certificate chain between your {product-title} hub and spoke clusters and the HTTPD server. Using a server configured with an untrusted certificate prevents the images from being downloaded to the image creation service. Using untrusted HTTPS servers is not supported.
20+
====
21+
1722
.Procedure
1823

1924
. Create a `ConfigMap` containing the mirror registry config:
@@ -86,4 +91,4 @@ You can do this by configuring chrony to act as server, editing the `/etc/chrony
8691
local stratum 10
8792
bindcmdaddress ::
8893
allow 2620:52:0:1310::/64
89-
----
94+
----

0 commit comments

Comments
 (0)