Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 835 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 835 Bytes

Argo UI

Argo Image

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.

Build, run, release

  • Install NodeJS and Yarn
  • Run: yarn dev - starts API server and webpack dev UI server. API server uses current kubectl context to access workflow CRDs.
  • Build: yarn build - builds static resources into ./dist directory.
  • Release: IMAGE_NAMESPACE=argoproj IMAGE_TAG=latest DOCKER_PUSH=true yarn docker - builds docker image and optionally push to docker registry.