-
Notifications
You must be signed in to change notification settings - Fork 1.2k
'Agent Space' Dashboard MVP #23964
Copy link
Copy link
Open
Labels
area/dashboardkind/taskInternal things, technical debt, and to-do tasks to be performed.Internal things, technical debt, and to-do tasks to be performed.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.team/AThis team is responsible for the Che Operator and all its operands as well as chectl and Hosted CheThis team is responsible for the Che Operator and all its operands as well as chectl and Hosted Che
Description
Activity
Metadata
Metadata
Assignees
Labels
area/dashboardkind/taskInternal things, technical debt, and to-do tasks to be performed.Internal things, technical debt, and to-do tasks to be performed.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.team/AThis team is responsible for the Che Operator and all its operands as well as chectl and Hosted CheThis team is responsible for the Che Operator and all its operands as well as chectl and Hosted Che
Is your task related to a problem? Please describe
Part of the #23949
This subtask is about providing a Minimum Viable Product as part of the overall 'Agent Space' Dashboard epic.
Describe the solution you'd like
List of requirements:
agentSanbox.enabledsee - feat: add agent runtimes (Sandbox) support che-operator#2184
Create (Getting Started) - for MVP we can just display a few Getting Started samples from https://github.com/kubernetes-sigs/agent-sandbox/tree/main/examples
**Create (Wizard) - Form/wizard to create a new AgentSandbox CR based parameters is (name, runtime class, resource limits)
List — Display all AgentSandbox instances in the user's namespace with their current status (Running, Hibernated, Blocked, Stopped)
Read/Details — Detail view showing AgentSandbox spec, status conditions, and events
Delete — Delete an AgentSandbox with a confirmation dialog
Lifecycle actions — Start, Stop, Hibernate, Resume actions on an AgentSandbox instance
Status polling — Auto-refresh status for running/transitioning sandboxes
Error handling display conditions and failure reasons in the UI
Describe alternatives you've considered
N/A
Additional context
See https://agent-sandbox.sigs.k8s.io/