Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 636 Bytes

install.md

File metadata and controls

23 lines (15 loc) · 636 Bytes

Installing kpack

Prerequisites

  1. A Kubernetes cluster version 1.16 or later
  2. kubectl CLI
  3. Cluster-admin permissions for the current user
  4. Accessible Docker V2 Registry

Installing-kpack

  1. Download the most recent github release. The release.yaml is an asset on the release.

    kubectl apply  --filename release-<version>.yaml
  2. Ensure that the kpack controller & webhook have a status of Running using kubectl get.

    kubectl get pods --namespace kpack --watch