Listener update command

Update a listener.

PlatformsKubernetes, Docker, Podman, Linux
Waits forConfigured

Usage

skupper listener update <name> [options]

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.

PlatformsKubernetes, Docker, Podman, Linux

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

PlatformsKubernetes, Docker, Podman, Linux

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

PlatformsKubernetes, Docker, Podman, Linux

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

PlatformsKubernetes, Docker, Podman, Linux
See alsoRouting key concept

Global options