Skip to content

Listener update command

skupper listener update [options]

Clients at this site use the listener host and port to establish connections to the remote service. The user can change port, host name, TLS credentials, listener type and routing key

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

--help

boolean
help for update

--host

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

--port

<int>
The port of the local listener

--routing-key

<string>
The identifier used to route traffic from listeners to connectors

--tls-credentials

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

--type

<string>
The listener type. Choices: [tcp]. (default "tcp") ``` ``` -n, --namespace string Set the namespace -p, --platform string Set the platform type to use [kubernetes, podman, docker, linux] ```
Default

"tcp"

Choices
tcp

Global options