krallistic/tensorflow-operator

Replace k8s.Deployments with k8s.Jobs

Open

#4 opened on Oct 6, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (1 fork)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (6 stars)
PR merge metrics
 (PR metrics pending)

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