From 6c05e587476303d5898ea0dbf7937b5ac9a62f63 Mon Sep 17 00:00:00 2001 From: srir Date: Mon, 29 Jun 2026 14:40:09 +0530 Subject: [PATCH] OCPBUGS#81524: Added a note about seed cluster usage --- modules/cnf-image-based-upgrade-generate-seed-image.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/cnf-image-based-upgrade-generate-seed-image.adoc b/modules/cnf-image-based-upgrade-generate-seed-image.adoc index 846cf6a6ae9a..7f7f31eafd8d 100644 --- a/modules/cnf-image-based-upgrade-generate-seed-image.adoc +++ b/modules/cnf-image-based-upgrade-generate-seed-image.adoc @@ -180,4 +180,11 @@ status: status: "True" type: SeedGenCompleted observedGeneration: 1 ----- \ No newline at end of file +---- ++ +[IMPORTANT] +==== +After the seed image generation completes, the seed cluster is no longer intended for use. Do not continue to run `oc` commands against the seed cluster or use it to manage spoke clusters. + +If you attempt to access the seed cluster after generating the seed image, you can encounter TLS certificate validation errors because the seed cluster certificates are expired as part of the seed image generation process. If you need to generate another seed image, provision a new seed cluster. +==== \ No newline at end of file