Skip to content

Commit 4fcdef8

Browse files
authored
Merge pull request #49123 from ktothill/TELCODOCS-860
TELCODOCS-860: MGMT-10404 Use boot-artifacts API to fetch rootfs in minimal-iso (assisted-image-service)
2 parents 44edc5e + 5bf4445 commit 4fcdef8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/ztp-ai-install-ocp-clusters-on-bare-metal.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,11 @@ spec:
5959
- ReadWriteOnce
6060
resources:
6161
requests:
62-
storage: <image_storage_volume_size> <3>
62+
storage: <image_storage_volume_size> <3>
6363
osImages: <4>
6464
- openshiftVersion: "<ocp_version>" <5>
6565
version: "<ocp_release_version>" <6>
6666
url: "<iso_url>" <7>
67-
rootFSUrl: "<root_fs_url>" <8>
6867
cpuArchitecture: "x86_64"
6968
----
7069
<1> Volume size for the `databaseStorage` field, for example `10Gi`.
@@ -74,7 +73,6 @@ spec:
7473
<5> {product-title} version to install, in either "x.y" (major.minor) or "x.y.z" (major.minor.patch) formats.
7574
<6> Specific install version, for example, `47.83.202103251640-0`.
7675
<7> ISO url, for example, `https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.7/4.7.7/rhcos-4.7.7-x86_64-live.x86_64.iso`.
77-
<8> Root FS image URL, for example `https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.7/4.7.7/rhcos-live-rootfs.x86_64.img`.
7876
7977
.. Create the `AgentServiceConfig` CR by running the following command:
8078
+

0 commit comments

Comments
 (0)