Task creates Addressable PodSpecable Jobs that run to completion.
The Addressable aspect gives Task.status.address.url from a Kubernetes Service.
The PodSpecable aspect allows you to provide a pod template in Task.
Task will run once and only once.
To install the latest release,
kubectl apply -f https://github.com/n3wscott/task/releases/download/v0.2.0/release.yaml
To install from master using ko,
ko -f ./config
To learn more about Knative, please visit our Knative docs repository.
If you are interested in contributing, see CONTRIBUTING.md and DEVELOPMENT.md.