From 5f3a7c4a3f3df6e88aba4565163f33b863a72da6 Mon Sep 17 00:00:00 2001 From: srir Date: Mon, 3 Aug 2026 17:24:56 +0530 Subject: [PATCH] OCPBUGS#72551: Extra manifests retain original naming convention --- modules/ztp-migrating-sno-clusterinstnce.adoc | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/modules/ztp-migrating-sno-clusterinstnce.adoc b/modules/ztp-migrating-sno-clusterinstnce.adoc index 993cc30af6c8..daaa5d41abb2 100644 --- a/modules/ztp-migrating-sno-clusterinstnce.adoc +++ b/modules/ztp-migrating-sno-clusterinstnce.adoc @@ -142,15 +142,13 @@ Generating ConfigMap kustomization files with name: extra-manifests-cm, namespac Generating extraManifests for SiteConfig: /resources/sno1.yaml Using absolute path for input file: /resources/sno1.yaml Running siteconfig-generator from directory: /resources -Found extraManifests directory: /resources/output/extra-manifests/sno1 -Moved sno1_containerruntimeconfig_enable-crun-master.yaml to /resources/output/extra-manifests/sno1_containerruntimeconfig_enable-crun-master.yaml -Moved sno1_containerruntimeconfig_enable-crun-worker.yaml to /resources/output/extra-manifests/sno1_containerruntimeconfig_enable-crun-worker.yaml -Moved 2 extraManifest files from /resources/output/extra-manifests/sno1 to /resources/output/extra-manifests -Removed directory: /resources/output/extra-manifests/sno1 +Successfully generated extra manifests in /resources/output/extra-manifests --- Kustomization.yaml Generator --- Scanning directory: /resources/output/extra-manifests -Found and adding: extra-manifests/sno1_containerruntimeconfig_enable-crun-master.yaml -Found and adding: extra-manifests/sno1_containerruntimeconfig_enable-crun-worker.yaml +Found and adding: extra-manifests/06-kdump-master.yaml +... +Found and adding: extra-manifests/enable-crun-master.yaml +Found and adding: extra-manifests/enable-crun-worker.yaml ------------------------------------ kustomization-configMapGenerator-snippet.yaml generated successfully at: /resources/output/kustomization-configMapGenerator-snippet.yaml Content: @@ -251,5 +249,5 @@ site-configs-v2/ └── kustomization.yaml ---- <1> This `ClusterInstance` CR for the `sno1` cluster. -<2> The tool automatically generates the extra manifests referenced by the `ClusterInstance` CR. After generation, the file names might change. You can rename the files to match the original naming convention in the associated `kustomization.yaml` file. -<3> The tool generates a `kuztomization.yaml` file snippet to create the `ConfigMap` resources that specifies the extra manifests. You can merge the generated `kustomization` snippet with your original `kuztomization.yaml` file. +<2> The tool automatically generates the extra manifests referenced by the `ClusterInstance` CR. +<3> The tool generates a `kuztomization.yaml` file snippet to create the `ConfigMap` resources that specifies the extra manifests. You can merge the generated `kustomization` snippet with your original `kuztomization.yaml` file. \ No newline at end of file