Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 527 Bytes

local.md

File metadata and controls

17 lines (12 loc) · 527 Bytes

Local Development Install

Access to a Kubernetes cluster is needed in order to install the kpack controllers.

kubectl cluster-info # ensure you have access to a cluster
./hack/apply.sh <IMAGE/NAME> # <IMAGE/NAME> is a writable and publicly accessible location 

Running Tests

  • To run the e2e tests, kpack must be installed and running on a cluster
  • The IMAGE_REGISTRY environment variable must point at a registry with local write access
IMAGE_REGISTRY=gcr.io/<some-project> go test ./...