-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
Bug Description
In the Open Edge Orchestrator → Deployments tab, the Status column consistently shows “Unknown” only for one specific device.
For other devices, deployment statuses are correctly displayed as “Running” or “No target_clusters(for deleted clusters)”.
System Setup
Open Edge Orchestrator 3.1.3
Reproducible Steps
Steps to Reproduce:
- Go to Deployments page.
- Observe the list of deployments (refer to attached screenshot).
- Check the Status column for all devices.
- Notice that for a particular device, all deployments show “Unknown”, even after multiple successful onboardings.
Expected Behavior
Deployment Status should correctly display as “Running”, “Failed”, or “No target_clusters” depending on the current state of the application.
Actual Behavior
For one specific device:
- Status appears as “Unknown” for most or all deployments.
- Other devices show proper status (e.g., “Running”).
- The issue persists even after multiple onboardings of the affected device.
Frequency:
Occurs consistently for the same device.
Root Cause Analysis
No response