Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.28 KB

tkn_hub_install.md

File metadata and controls

38 lines (26 loc) · 1.28 KB

tkn hub install

Install a resource from a catalog by its kind, name and version

Usage

tkn hub install

Synopsis

Install a resource from a catalog by its kind, name and version

Options

  -c, --context string      Name of the kubeconfig context to use (default: kubectl config current-context)
      --from string         Name of Catalog to which resource belongs.
  -h, --help                help for install
  -k, --kubeconfig string   Kubectl config file (default: $HOME/.kube/config)
  -n, --namespace string    Namespace to use (default: from $KUBECONFIG)
      --version string      Version of Resource

Options inherited from parent commands

      --api-server string   Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
                            URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
      --type string         The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default "tekton")

SEE ALSO