Open an issue at https://github.com/argoproj/
- What did you do? (how to reproduce)
- What did you see? (include logs and screenshots as appropriate)
- What did you expect?
Go to https://github.com/argoproj/
- Open an issue and discuss it.
- Create a pull request for your fix.
Go to https://groups.google.com/forum/#!forum/argoproj
- Create a new topic to discuss your feature.
- Golang 1.10
- Docker
- dep v0.5
- Mac Install:
brew install dep
- Mac Install:
- gometalinter v2.0.5
$ go get github.com/argoproj/argo
$ cd $(go env GOPATH)/src/github.com/argoproj/argo
$ dep ensure -vendor-only
$ make
The following will build the workflow-controller and executor images tagged with the latest
tag, then push to a personal dockerhub repository:
$ make controller-image executor-image IMAGE_TAG=latest IMAGE_NAMESPACE=jessesuen DOCKER_PUSH=true
$ make cli
$ ./dist/argo version
$ helm install argo/argo --set images.namespace=jessesuen --set
images.controller workflow-controller:latest