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