Link status command

Display the status of links in the current site.

PlatformsKubernetes, 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.

PlatformsKubernetes, Docker, Podman, Linux

Global options