krallistic / krallistic/tensorflow-operator
Replace k8s.Deployments with k8s.Jobs
Open
enhancement
good first issue
help wanted
- Dominant language
- Python
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Jobs are better suited for tf-trainings since these are expected to terminate.
https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating where Kubernetes Deployments are created and review the Kubernetes Jobs documentation linked in the issue. Check for existing tests covering workload creation before changing the resource type. Done means TensorFlow training workloads use Jobs that terminate as expected, with relevant tests passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, python
- Domain
- devops, infrastructure
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100