Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 564 Bytes

File metadata and controls

20 lines (16 loc) · 564 Bytes

dispatch

Dispatch is an image to triger kpacks builds, wait till the image is built and then deploy it by patching the Kuberoapp CRD with the new image.

install kpacks

## will be installed with the kubero cli
kubectl apply -f https://github.com/buildpacks-community/kpack/releases/download/v0.13.3/release-0.13.3.yaml

build and deploy an image

## will be triggered by the kuberi-ui
kubectl apply -f job.example.yaml -n yourpipeline-production

helpful debug commands

kubectl get builds -n yourpipeline-production