From 981540a674a67d57513b25c525078b619a6fe437 Mon Sep 17 00:00:00 2001 From: Siu Wa Wu Date: Thu, 2 Apr 2026 12:35:31 +1000 Subject: [PATCH] add SL for orphaned resources --- osd/orphaned_resource_blocking_operations.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 osd/orphaned_resource_blocking_operations.json diff --git a/osd/orphaned_resource_blocking_operations.json b/osd/orphaned_resource_blocking_operations.json new file mode 100644 index 0000000..48d5075 --- /dev/null +++ b/osd/orphaned_resource_blocking_operations.json @@ -0,0 +1,8 @@ +{ + "severity": "Critical", + "service_name": "SREManualAction", + "log_type": "cluster-lifecycle", + "summary": "Action required: Orphaned resource blocking ${OPERATION}", + "description": "Your cluster has an orphaned resource that is blocking ${OPERATION}. SRE has identified ${RESOURCE_TYPE} '${RESOURCE_NAME}' in namespace '${NAMESPACE}' as orphaned and preventing normal cluster functions. Please delete the resource. If you have questions about this operation, please open a support case.", + "internal_only": false +}