Link status command
Display the status of links in the current site.
Platforms | Kubernetes, Docker, Podman, Linux |
---|
Usage
skupper link status [name] [options]
Examples
# Show the status of all links in the current site
$ skupper link status
NAME STATUS COST
west-6bfn6 Ready 1
south-ac619 Error 10
Links from remote sites:
[none]
# Show the status of one link
$ skupper link status west-6bfn6
Name: west-6bfn6
Status: Ready
Message: [none]
Cost: 1
Primary options
[name]
string
optional
An optional resource name. If set, the status command reports status for the named resource only.
Platforms | Kubernetes, Docker, Podman, Linux |
---|
--timeout
<duration>
Raise an error if the operation does not complete in the given period of time.
Default |
|
---|---|
Platforms | Kubernetes, Docker, Podman, Linux |
--output
(-o) <format>
Print status to the console in a structured output format.
Choices |
| ||||
---|---|---|---|---|---|
Platforms | Kubernetes, Docker, Podman, Linux |
Global options
--context
<name>
global
Set the kubeconfig context.
Platforms | Kubernetes |
---|---|
See also | Kubernetes kubeconfigs |
--kubeconfig
<file>
global
Set the path to the kubeconfig file.
Platforms | Kubernetes |
---|---|
See also | Kubernetes kubeconfigs |
--namespace
(-n) <name>
global
Set the namespace.
Platforms | Kubernetes, Docker, Podman, Linux |
---|---|
See also | Kubernetes namespaces |
--platform
<platform>
global
Set the Skupper platform.
Default |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Choices |
| ||||||||
Platforms | Kubernetes, Docker, Podman, Linux | ||||||||
See also | Platform concept |
--help
(-h) boolean
global
Display help and exit.
Platforms | Kubernetes, Docker, Podman, Linux |
---|