/Dlfow

Primary LanguageGoMIT LicenseMIT

How to deploy

$ cd deploy
$ helm install ./dlflow --name <name> --namespace <namespace> -f ./dlflow/values.yaml

Cleanup

Using helm to remove dlflow from your cluster with commands as follows

$ helm del <name> --purge

Run an example

$ cd deploy/example
$ kubectl create -f dfjob1.yaml -n <namespace>