Web-based UI for Argo workflow engine. Web UI allows to view Argo workflows running in the cluster, view container logs etc.
Some Argo UI components ( such as Workflow DAG viewer, Workflow timeline etc ) are available via argo-ui NPM package.
- Install NodeJS and Yarn
- Run:
yarn dev- starts API server and webpack dev UI server. API server uses currentkubectlcontext to access workflow CRDs. - Build:
yarn build- builds static resources into./distdirectory. - Release:
IMAGE_NAMESPACE=argoproj IMAGE_TAG=latest DOCKER_PUSH=true yarn docker- builds docker image and optionally push to docker registry.
