Handle condition for suggestion CR error
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 542
- PR merge metrics
- No merged PRs in 30d
Description
/kind bug
In suggestion controller, it will try to create algorithm deployment/service, if fail to make the algorithm deployment/service available, now the related `Experiment` and `Suggestion` CR have no any status change. for example `Experiment` will keep `Created` forever.
we should handle algorithm deployment crash/cannot-create case in suggestion and experiment CR status.
Contributor guide
Research direction
Start in the suggestion controller, focusing on the paths that create the algorithm deployment and service and the status handling for Experiment and Suggestion CRs. Reproduce deployment or service failure and trace how the related CRs are updated. Done means these CRs report the failure instead of leaving Experiment in Created indefinitely.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, python
- Domain
- backend, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100