Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 739 Bytes

tkn_taskrun_cancel.md

File metadata and controls

40 lines (24 loc) · 739 Bytes

tkn taskrun cancel

Cancel a TaskRun in a namespace

Usage

tkn taskrun cancel

Synopsis

Cancel a TaskRun in a namespace

Examples

Cancel the TaskRun named 'foo' from namespace 'bar':

tkn taskrun cancel foo -n bar

Options

  -h, --help   help for cancel

Options inherited from parent commands

  -c, --context string      name of the kubeconfig context to use (default: kubectl config current-context)
  -k, --kubeconfig string   kubectl config file (default: $HOME/.kube/config)
  -n, --namespace string    namespace to use (default: from $KUBECONFIG)
  -C, --no-color            disable coloring (default: false)

SEE ALSO