workflow-controller icon indicating copy to clipboard operation
workflow-controller copied to clipboard

Kubernetes workflow controller

Results 16 workflow-controller issues
Sort by recently updated
recently updated
newest added

Long story short. One should be able to schedule a workflow like kube cronjob.

enhancement

Testcase here: https://gist.github.com/davidc-donorschoose/79bb22c203000d4ecea702618923e709

bug

The workflow controller should allow configuring the API 'GroupName' at start time thanks to a command line flag.

enhancement
wontfix

like for the labels in issue #62, Annotations present in `spec.template.metadata.annotations` should be added in the `Job.metadata.annotations` when it is created.

bug

Now that https://github.com/kubernetes/kubernetes/pull/55168 got merged we may want to add `status` subresources to Workflow (and CronWorkflow).

similarly to what is done by `job` in `kube`.

enhancement

Currently, Workflow can have one of two possible statuses: 1. `WorkflowComplete` - when all its steps are completed 2. `WorkflowFailed` - when "Deadline" is exceeded IMHO, it should be **failed**...

enhancement