kp_build_status.md

July 13, 2022 ยท View on GitHub

kp build status

Display status for an image resource build

Synopsis

Prints detailed information about the status of a specific build of an image resource in the provided namespace.

The build defaults to the latest build number. The namespace defaults to the kubernetes current-context namespace.

kp build status <image-name> [flags]

Examples

kp build status my-image
kp build status my-image -b 2 -n my-namespace

Options

  -b, --build string       build number
  -h, --help               help for status
  -n, --namespace string   kubernetes namespace

SEE ALSO