Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 353 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 353 Bytes

Makisu build example

Prepare K8s

Add Redis

$ cd k8s
$ create -f redis.yaml

Edit and create registry secret

$ kubectl create secret generic docker-registry-config — from-file=./registry.yaml

Edit and submit job

$ kubeclt create -f build_scala_app_job.yaml

Watch created jobs

$ kubectl get pods --watch