From 8669b46021fa020bfd39fb4f02b97aa93803b17a Mon Sep 17 00:00:00 2001 From: Daniel Chadwick Date: Fri, 18 Apr 2025 10:48:53 -0400 Subject: [PATCH] osdocs13571 Adding warning message about mismatched service UIDs --- ...ustomize-certificates-understanding-service-serving.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/customize-certificates-understanding-service-serving.adoc b/modules/customize-certificates-understanding-service-serving.adoc index df6a2ee63bd3..ef5f93e29614 100644 --- a/modules/customize-certificates-understanding-service-serving.adoc +++ b/modules/customize-certificates-understanding-service-serving.adoc @@ -32,3 +32,9 @@ $ for I in $(oc get ns -o jsonpath='{range .items[*]} {.metadata.name}{"\n"} {en done ---- ==== + + +[WARNING] +==== +After you create the service, if you re-create the service, the secret will no longer have a matching service UID. A mismatched service UID will lead to an automatic certificate renewal failure. +==== \ No newline at end of file