Listener update command
skupper listener update <name> [options]
Update a listener.
Platforms | Kubernetes, Docker, Podman, Linux |
---|---|
Waits for | Configured |
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>
The name of the resource to be updated.
See also | Kubernetes object names |
---|
--host
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 |
---|---|
Updatable | True |
--port
The port of the local listener. Clients at this site use the listener host and port to establish connections to the remote service.
Updatable | True |
---|
--routing-key
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 |
---|---|
Updatable | True |
--wait
Wait for the given status before exiting.
Default |
| ||||||
---|---|---|---|---|---|---|---|
Choices |
| ||||||
Platforms | Kubernetes | ||||||
See also | Resource status |
--timeout
Raise an error if the operation does not complete in the given period of time.
Default |
|
---|---|
Platforms | Kubernetes |
Global options
--context
Set the kubeconfig context.
Platforms | Kubernetes |
---|---|
See also | Kubernetes kubeconfigs |
--kubeconfig
Set the path to the kubeconfig file.
Platforms | Kubernetes |
---|---|
See also | Kubernetes kubeconfigs |
--namespace
Set the current namespace.
See also | Kubernetes namespaces, System namespaces |
---|
--platform
Set the Skupper platform.
Default |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Choices |
| ||||||||
See also | Platform concept |
--help
Display help and exit.