Site status command

skupper site status [name] [options]

Display the status of a site.

PlatformsKubernetes, Docker, Podman, Linux

Examples

# Show the status of the current site
$ skupper site status
Name:      west
Status:    Ready
Message:   -

Primary options

[name]

string
optional

The name of the site resource.

If not specified, the name is that of the site associated with the current namespace.

See alsoKubernetes object names

--timeout

<duration>

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

Default

60s

PlatformsKubernetes
See alsoDuration format

--output

(-o) <format>

Print status to the console in a structured output format.

Choices
json

Produce JSON output

yaml

Produce YAML output

Global options