Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

Latest commit

 

History

History
44 lines (31 loc) · 1.03 KB

riff_knative_deployer_status.md

File metadata and controls

44 lines (31 loc) · 1.03 KB
id title
riff-knative-deployer-status
riff knative deployer status

show knative deployer status

Synopsis

Display status details for a deployer.

The Ready condition is shown which should include a reason code and a descriptive message when the status is not "True". The status for the condition may be: "True", "False" or "Unknown". An "Unknown" status is common while the deployer roll out is processed.

riff knative deployer status <name> [flags]

Examples

riff knative deployer status my-deployer

Options

  -h, --help             help for status
  -n, --namespace name   kubernetes namespace (defaulted from kube config)

Options inherited from parent commands

      --config file       config file (default is $HOME/.riff.yaml)
      --kubeconfig file   kubectl config file (default is $HOME/.kube/config)
      --no-color          disable color output in terminals

SEE ALSO