{"id":19502251,"url":"https://github.com/amadeusitgroup/workflow-controller","last_synced_at":"2025-04-25T23:31:31.841Z","repository":{"id":57505053,"uuid":"70502563","full_name":"AmadeusITGroup/workflow-controller","owner":"AmadeusITGroup","description":"Kubernetes workflow controller","archived":false,"fork":false,"pushed_at":"2020-01-08T22:09:14.000Z","size":18764,"stargazers_count":24,"open_issues_count":16,"forks_count":15,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-04T05:11:20.058Z","etag":null,"topics":["cronjob","job","kubernetes","kubernetes-controller","workflow"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AmadeusITGroup.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-10T15:39:35.000Z","updated_at":"2024-07-04T11:41:51.000Z","dependencies_parsed_at":"2022-09-19T11:12:06.705Z","dependency_job_id":null,"html_url":"https://github.com/AmadeusITGroup/workflow-controller","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmadeusITGroup%2Fworkflow-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmadeusITGroup%2Fworkflow-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmadeusITGroup%2Fworkflow-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmadeusITGroup%2Fworkflow-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmadeusITGroup","download_url":"https://codeload.github.com/AmadeusITGroup/workflow-controller/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250912660,"owners_count":21506865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cronjob","job","kubernetes","kubernetes-controller","workflow"],"created_at":"2024-11-10T22:15:41.357Z","updated_at":"2025-04-25T23:31:26.820Z","avatar_url":"https://github.com/AmadeusITGroup.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# workflow-controller\n\n[![Join the chat at https://gitter.im/workflow-controller/Lobby](https://badges.gitter.im/workflow-controller/Lobby.svg)](https://gitter.im/workflow-controller/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n### Build Status\n[![Build Status](https://travis-ci.org/AmadeusITGroup/workflow-controller.svg?branch=master)](https://travis-ci.org/AmadeusITGroup/workflow-controller)\n[![Go Report Card](https://goreportcard.com/badge/github.com/amadeusitgroup/workflow-controller)](https://goreportcard.com/report/github.com/amadeusitgroup/workflow-controller)\n[![codecov](https://codecov.io/gh/amadeusitgroup/workflow-controller/branch/master/graph/badge.svg)](https://codecov.io/gh/amadeusitgroup/workflow-controller)\n![DopeBadge](https://img.shields.io/badge/Hightower-dope-C0C0C0.svg)\n![Cool.io](https://img.shields.io/badge/project-COOL-green.svg)\n\nA simple Kubernetes workflow controller. TODO: add more explanations.\n\n## Running workflow-controller\n\n### locally\n\n```shell\n$ ./workflow-controller --kubeconfig=$HOME/.kube/config\n```\n\nNow you can create a Workflow resource via\n\n```shell\n$ kubectl create -f .../examples/hello_workflow/workflow.yaml\n```\n\nAt this point the workflow-controller will start to handle the jobs.\n\n### Simple deployment\n\nTo run `workflow-controller` in a Kubernetes pod you should run this command\n\n```shell\n$ kubectl create -f .../deployment/k8s/workflow-controller-rbac.yaml -n kube-system\n$ kubectl create -f .../deployment/k8s/workflow-controller-dpl.yaml -n kube-system\n```\n\nThen you may want to test a workflow example like this:\n\n```shell\n$ kubectl create -f  .../examples/hello_workflow/workflow.yaml\n```\n\n## Helm deployment\n\nYou can found in the `charts` folder the `workflow-controller` the helm chart for deploying the Kubernetes `workflow-controller` controller.\n\n```shell\n$ helm install --name wf charts/workflow-controller\nNAME:   wf\nLAST DEPLOYED: Tue Jan  9 23:41:13 2018\nNAMESPACE: default\nSTATUS: DEPLOYED\n\nRESOURCES:\n==\u003e v1beta1/Deployment\nNAME                    DESIRED  CURRENT  UP-TO-DATE  AVAILABLE  AGE\nwf-workflow-controller  1        1        1           0          0s\n```\n\n\n### Developper\n\n#### How to release the workflow-controller\n\nThis project is using [goreleaser](https://goreleaser.com/) and an additional script for releasing also the Helm chart.\n\nFor starting the delivery, you need to clone this repository, then:\n\n```shell\nzsh hack/release.sh \u003cversion\u003e \u003cremove-git\u003e\n```\n\na concreate example is: ```zsh hack/release.sh v1.0.1 upstream```\n\nThis script:\n\n- generates locally the helm chart with the requested version.\n- updates the helm repo index file (```index.yaml```) file with the new release.\n- creates a new changeset with all changes generated by the new release version, then tag this changeset.\n- push changeset and associated tag to the remote git repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famadeusitgroup%2Fworkflow-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famadeusitgroup%2Fworkflow-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famadeusitgroup%2Fworkflow-controller/lists"}