kube-job

Run one off job on kubernetes from the command line tool

MIT License

Stars
81
kube-job - 0.4.0

Published by h3poteto over 4 years ago

Added

  • #48 closes #47 Add an option to ignore not specified containers when detect stop the job

Changed

  • #49 Bump to k8s.io version 0.18.2
  • #46 Bump github.com/sirupsen/logrus from 1.5.0 to 1.6.0
  • #43 Bump k8s.io/client-go from 0.18.0 to 0.18.2
  • #38 Bump k8s.io libraries to 0.18.0
kube-job - 0.3.2

Published by h3poteto over 4 years ago

Update Kubernetes version to 1.18.0

Changed

  • #39 End go 1.12 support
  • #38 Bump k8s.io libraries to 0.18.0
  • #37 Bump github.com/sirupsen/logrus from 1.4.2 to 1.5.0
kube-job - 0.3.1

Published by h3poteto almost 5 years ago

Changed

  • #36 Don't override container args if args flag is not passed
kube-job - 0.3.0

Published by h3poteto almost 5 years ago

Changed

  • #35 Set cleanup all as default after run jobs
kube-job - 0.2.3

Published by h3poteto almost 5 years ago

Added

  • #31 Add License

Changed

  • #34 Update makefile for module
  • #33 Bump github.com/sirupsen/logrus from 1.3.0 to 1.4.2
  • #32 Introduce go module instead of glide
  • #30 Update example and README
kube-job - 0.2.2

Published by h3poteto over 5 years ago

Changed

  • #29 Add logger for received args when verbose
kube-job - 0.2.1

Published by h3poteto over 5 years ago

Fixed

  • #28 Return error object after cleanup jobs
kube-job - 0.2.0

Published by h3poteto over 5 years ago

Added

  • #25 Add option to clean up all job and pods after completed
  • #26 Add tests
kube-job - 0.1.5

Published by h3poteto over 5 years ago

Fixed

  • #22 fix: Find related pods using job-name to cleanup old pods
  • #21 Update Role in README to delete jobs and pods
kube-job - 0.1.4

Published by h3poteto over 5 years ago

Added

  • #20 Remove related pods when cleanup completed jobs
kube-job - 0.1.3

Published by h3poteto over 5 years ago

Added

  • #18 Download github file if github url is specified as the template file
kube-job - 0.1.2

Published by h3poteto over 5 years ago

Added

  • #17 Add watcher unit test

Fixed

  • #15 Refresh Pod list in endless loop to tail all pod's logs
kube-job - 0.1.1

Published by h3poteto over 5 years ago

Fixed

  • #12 fix: Override Args instead of Command in Container, because command corresponds to entrypoint
kube-job - 0.1.0

Published by h3poteto over 5 years ago

First release