Listener update command

skupper listener update <name> [options]

Update a listener.

PlatformsKubernetes, Docker, Podman, Linux
Waits forConfigured

Examples

# Change the host and port
$ skupper listener update database --host mysql --port 3306
Waiting for status...
Listener "database" is configured.

# Change the routing key
$ skupper listener update backend --routing-key be2

Primary options

<name>

string
required

The name of the resource to be updated.

See alsoKubernetes object names

--host

<string>
frequently used

The hostname or IP address of the local listener. Clients at this site use the listener host and port to establish connections to the remote service.

Default

Value of name

UpdatableTrue

--port

<integer>
frequently used

The port of the local listener. Clients at this site use the listener host and port to establish connections to the remote service.

UpdatableTrue

--routing-key

<string>
frequently used

The identifier used to route traffic from listeners to connectors. To enable connecting to a service at a remote site, the local listener and the remote connector must have matching routing keys.

Default

Value of name

UpdatableTrue

--wait

<status>

Wait for the given status before exiting.

Default

ready

Choices
none

Do not wait

configured

Configured

ready

Ready

PlatformsKubernetes
See alsoResource status

--timeout

<duration>

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

Default

60s

PlatformsKubernetes

Global options