Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 544 Bytes

logs.md

File metadata and controls

24 lines (17 loc) · 544 Bytes

kpack logs

Tailing the build logs is possible with the kpack log utility.

Install

Downloading the log utility for you operating system from the most recent github release.

Usage

To tail logs from all builds for an image

logs -image <image-name> 

To tail logs from a specific build on an image

logs -image <image-name> -build <build-number>

To tail logs from an image in a different namespace

logs -image <image-name> -namespace <namespace>