From 1f5c3937260321ba4c2e2514bba93255abca6ff6 Mon Sep 17 00:00:00 2001 From: Suzana Fernandes Date: Fri, 30 May 2025 17:36:52 +0000 Subject: [PATCH] Add warnings related to the removal of cert-manager (dsr10, dsr10MR) Change-Id: I5dbcc535505764ae5ed8f7b42745d0019dc1fb1e Signed-off-by: Suzana Fernandes --- doc/source/security/kubernetes/security-cert-manager.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/source/security/kubernetes/security-cert-manager.rst b/doc/source/security/kubernetes/security-cert-manager.rst index 1aa1a86b4..6b8d61a26 100644 --- a/doc/source/security/kubernetes/security-cert-manager.rst +++ b/doc/source/security/kubernetes/security-cert-manager.rst @@ -16,9 +16,10 @@ services are available for hosted containerized applications by default. .. warning:: - Removing the cert-manager causes problems and potentially brings the system - to an unrecoverable state. Removal deletes all certificates and related logs, - requiring the system to be reinstalled. + The cert-manager is a mandatory application and cannot be removed using the + ``system application-remove`` command . Forced removal of cert-manager (using + the ``-force`` option) deletes all certificates, leaving the system is an + unrecoverable state and requiring a system reinstall. For more information on the cert-manager project, see `http://cert-manager.io `__.