Command Line Interface
The key command is the reconcile one, it runs a single reconciliation loop, in other words, it does check current cluster status and if there is any Job (or another kind) which ended since last run it does trigger the next node in the directed acyclic graph (DAG) defined by the annotations/labels used to track the state.
reconcile
Check cluster status to run next tasks. Tip: it can be configure to run with a subset of DAG, doesn't have to have all dags of all the system. Important: the reconcilier only handles the Job in the same namespace that the one it runs within for now.
See reconcile detail page.