Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 516 Bytes

kp_image_delete.md

File metadata and controls

32 lines (20 loc) · 516 Bytes

kp image delete

Delete an image resource

Synopsis

Delete an image resource and its associated builds in the provided namespace.

namespace defaults to the kubernetes current-context namespace. this will not delete your OCI image in the registry

kp image delete <name> [flags]

Examples

kp image delete my-image

Options

  -h, --help               help for delete
  -n, --namespace string   kubernetes namespace

SEE ALSO