Skip to content

Commit 826ca3f

Browse files
authored
Merge pull request #89296 from rohennes/TELCODOCS-2215
TELCODOCS-2215: Clarifying extra manifest order of application
2 parents d2089c4 + 8f64a7a commit 826ca3f

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

modules/cnf-image-based-upgrade-prep-extramanifests.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
Create additional manifests that you want to apply to the target cluster.
1010

11+
[NOTE]
12+
====
13+
If you add more than one extra manifest, and the manifests must be applied in a specific order, you must prefix the filenames of the manifests with numbers that represent the required order. For example, `00-namespace.yaml`, `01-sriov-extra-manifest.yaml`, and so on.
14+
====
15+
1116
.Procedure
1217

1318
. Create a YAML file that contains your extra manifests, such as SR-IOV.

modules/ibi-extra-manifests-configmap.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ $ oc create configmap sr-iov-extra-manifest --from-file=sriov-extra-manifest.yam
8383
----
8484
configmap/sr-iov-extra-manifest created
8585
----
86+
+
87+
[NOTE]
88+
====
89+
If you add more than one extra manifest, and the manifests must be applied in a specific order, you must prefix the filenames of the manifests with numbers that represent the required order. For example, `00-namespace.yaml`, `01-sriov-extra-manifest.yaml`, and so on.
90+
====
8691

8792
. Reference the `ConfigMap` resource in the `spec.extraManifestsRefs` field of the `ImageClusterInstall` resource:
8893
+

modules/ibi-extra-manifests-standalone.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ You can create a resource in the `extra-manifests` folder of your working direct
2121

2222
The following example adds an single-root I/O virtualization (SR-IOV) network to the deployment.
2323

24+
[NOTE]
25+
====
26+
If you add more than one extra manifest, and the manifests must be applied in a specific order, you must prefix the filenames of the manifests with numbers that represent the required order. For example, `00-namespace.yaml`, `01-sriov-extra-manifest.yaml`, and so on.
27+
====
28+
2429
.Prerequisites
2530

2631
* You created a working directory with the `install-config.yaml` and `image-based-config.yaml` manifests

0 commit comments

Comments
 (0)