3.1 Control Plane vs Agent Execution Plane
3.2 Project Scope Model
3.3 Data Flow: Source -> Release -> Pipeline -> Logs/Artifacts
3.4 Runtime Configuration Layers (global / project / environment)
3.5 Pipeline Execution Semantics
3.6 Release Governance Path
3.7 Rollback Architecture (Policy-driven)
3.8 Security and Trust Boundaries
3.9 State and Persistence Model
3.10 Scalability Model
3.11 Failure Modes and Recovery Patterns
3.12 Why This Architecture Works in Practice
21.6 Common UI/Validation Issues
Orbnetes deployment and release orchestration documentation for operators and platform teams.
Symptoms
- YAML validation error appears unclear.
- Select fields (tags/source/assets) look empty despite backend data.
- Required field modal appears unexpectedly.
- Form redirects to unexpected page after action.
Typical causes
- YAML syntax/indentation issues.
- Frontend plugin initialization mismatch (
select2lifecycle timing). - Required runtime dependencies not selected (source/file/inputs).
- Stale browser state/cache after recent UI updates.
Quick checks
- Re-run syntax validation and inspect exact reported line.
- Hard refresh page and re-test dynamic selectors.
- Confirm required fields by launch mode/context:
- release title,
- blueprint,
- source/file if blueprint requires release file variable,
- required launch inputs.
- Check browser console for JS errors.
- Confirm current route behavior matches latest backend logic.
Fix actions
- Correct YAML and save again.
- Reinitialize/reload page context.
- Fill all required context-bound fields.
- Clear stale selections and reselect source/tag/file.
General Troubleshooting Workflow
- Identify whether issue is routing, config, governance, or runtime command failure.
- Verify release/pipeline status chain first.
- Inspect first failing step logs (not final summary only).
- Apply smallest corrective change.
- Rerun with clear action note for auditability.
This keeps troubleshooting fast, consistent, and evidence-driven.