Link update command

skupper link update <name> [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

<name>

string
required

The name of the resource to be updated.

See alsoKubernetes object names

--cost

<integer>

The configured routing cost of sending traffic over the link.

Default1
See alsoLoad balancing

--timeout

<duration>

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

Default

60s

PlatformsKubernetes

--wait

<status>

Wait for the given status before exiting.

Default

ready

Choices
none

Do not wait

configured

Configured

ready

Ready

PlatformsKubernetes
See alsoResource status

Global options