Skip to content
/ jobber Public

A helper to run k8s jobs as CI tasks and monitor their output and failures

Notifications You must be signed in to change notification settings

n1koo/jobber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jobber

A helper to run k8s jobs as CI tasks and monitor their output and failures

Screenshot 2019-09-14 at 11 06 23

Running

Repo includes handly local_run.sh for locally testing

Otherwise python3 run_migration.py

Arguments

  • --namespace: name of the target namespace for job
  • --jobtemplate: template name for the job, assumes its in same dir as this thing

Notes

  • Before run cleans up old dangling job if they are finished/failed
  • Streams logs from the pod running job
  • Assumes singleton pod, no retries

About

A helper to run k8s jobs as CI tasks and monitor their output and failures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published