-
Bug
-
Resolution: Done
-
Major
-
1.5.0
-
False
-
-
False
-
-
Description of the problem:
After deleting a deployed Orchestrator CR, it removes the serverless and serverless-logic operators as designed. However, the DI pod keeps running:
oc get pods -n sonataflow-infra NAME READY STATUS RESTARTS AGE sonataflow-platform-data-index-service-778f9566f5-qqsrk 1/1 Running 0 22m sonataflow-psql-postgresql-679fc6b785-pkpsx 1/1 Running 1 (25m ago) 26m
How reproducible: 100%
Steps to reproduce:
1. Deploy m5 usiong operator image 1.5.0-2025-03-11
2. Deploy orchestrator CR with OSL and SL operators enabled
3. After everything is done deploying, delete the orchestrator resource.
Actual results:
The OSL and SL operators are removed but the Data Index pod continues running. The deployment is also still there:
oc get deploy -n sonataflow-infra NAME READY UP-TO-DATE AVAILABLE AGE sonataflow-platform-data-index-service 1/1 1 1 26m sonataflow-platform-jobs-service 0/0 0 0 23m sonataflow-psql-postgresql 1/1 1 1 29m
Expected results: DI pod should be removed with other resources.
- is related to
-
FLPATH-2241 [m5] Orchestrator with serverless + serverlessOperator disabled repeatedly removes workflow namespace
-
- Closed
-