Skip to content
GitHub

Link update command

skupper link update [options]

Change link settings

PlatformsKubernetes, Docker, Podman, Linux
Waits forReady

Examples

# Change the link cost
$ skupper link update west-6bfn6 --cost 10
Waiting for status...
Link "west-6bfn6" is ready.

Primary options

--cost

<string>
the configured "expense" of sending traffic over the link. (default "1")
Default

"1"

--help

boolean
help for update

--timeout

<duration>
raise an error if the operation does not complete in the given period of time (expressed in seconds). (default 1m0s)
Default

1m0s

--tls-credentials

<string>
the name of a Kubernetes secret containing the generated or externally-supplied TLS credentials.

--wait

<string>
Wait for the given status before exiting. Choices: configured, ready, none (default "ready") ``` ``` -c, --context string Set the kubeconfig context
Default

"ready"

--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