Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 825 Bytes

tkn_clustertask_create.md

File metadata and controls

40 lines (26 loc) · 825 Bytes

tkn clustertask create

Create a ClusterTask from Task

Usage

tkn clustertask create

Synopsis

Create a ClusterTask from Task

Examples

Create a ClusterTask from Task 'foo' present in namespace 'ns': tkn clustertask create --from foo or tkn clustertask create foobar --from=foo

Options

      --from string   Create a ClusterTask from Task in a particular namespace
  -h, --help          help for create

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)
  -C, --no-color            disable coloring (default: false)

SEE ALSO