Skip to content

Commit 82f464d

Browse files
authored
Merge pull request #86844 from rohennes/TELCODOCS-2152
TELCODOCS-2152: adding note for character limit in IBI deployment with extra manifests
2 parents a0531c8 + 879bc78 commit 82f464d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

modules/ibi-extra-manifests-configmap.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ You can use a `ConfigMap` resource to add extra manifests to the image-based dep
1717

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

20+
[NOTE]
21+
====
22+
Filenames for extra manifests must not exceed 30 characters. Longer filenames might cause deployment failures.
23+
====
24+
2025
.Prerequisites
2126

2227
* You preinstalled a host with {sno} using an image-based installation.

modules/ibi-extra-manifests-standalone.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ You can optionally define additional resources in an image-based deployment for
1010

1111
Create the additional resources in an `extra-manifests` folder in the same working directory that has the `install-config.yaml` and `image-based-config.yaml` manifests.
1212

13+
[NOTE]
14+
====
15+
Filenames for additional resources in the `extra-manifests` directory must not exceed 30 characters. Longer filenames might cause deployment failures.
16+
====
17+
1318
== Creating a resource in the extra-manifests folder
1419

1520
You can create a resource in the `extra-manifests` folder of your working directory to add extra manifests to the image-based deployment for {sno} clusters.

0 commit comments

Comments
 (0)