Site status command

Display the current status of a site.

Usage

skupper site status [name] [options]

Output

$ skupper site status
NAME   STATUS
west   Ready

$ skupper site status west
Name:    west
Status:  Ready

Options

  • name string, optional

    An optional resource name. If set, the status command reports status for the named resource only.

    PlatformsKubernetes, Docker
    See alsoKubernetes object names
  • --output string

    Print status to the console in a structured output format.

    Choices
    json

    Produce JSON output

    yaml

    Produce YAML output

    PlatformsKubernetes, Docker
  • --timeout string (duration)

    Raise an error if the operation does not complete in the given period of time.

    Default

    60s

    PlatformsKubernetes, Docker
  • --namespace string

    Set the namespace.

    PlatformsKubernetes, Docker
    See alsoNamespace concept, Kubernetes namespaces
  • --context string

    Set the kubeconfig context.

    PlatformsKubernetes
    See alsoKubernetes kubeconfigs
  • --kubeconfig string

    Set the path to the kubeconfig file.

    PlatformsKubernetes
    See alsoKubernetes kubeconfigs
  • --platform string

    Set the Skupper platform.

    Choices
    kubernetes

    Kubernetes

    docker

    Docker or Podman

    PlatformsKubernetes, Docker
    See alsoPlatform concept
  • --help

    Display help and exit.

    PlatformsKubernetes, Docker