Skip to content
GitHub

Link status command

skupper link status [options]

Display the status of links in the current site.

PlatformsKubernetes, Docker, Podman, Linux

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

--help

boolean
help for status -o, --output string print resources to the console instead of submitting them to the Skupper controller. Choices: json, yaml ``` ``` -c, --context string Set the kubeconfig context

--kubeconfig

<string>
Path to the kubeconfig file to use -n, --namespace string Set the namespace -p, --platform string Set the platform type to use [kubernetes, podman, docker, linux] ```

Global options