Connector update command¶
Clients at this site use the connector host and port to establish connections to the remote service. The user can change port, host name, TLS secret, selector, connector type and routing key
| Platforms | Kubernetes, Docker, Podman, Linux |
|---|---|
| Waits for | Configured |
Examples¶
# Change the workload and port
$ skupper connector update database --workload deployment/mysql --port 3306
Waiting for status...
Connector "database" is configured.
# Change the routing key
$ skupper connector update backend --routing-key be2
Primary options¶
--help
boolean
help for update
--host
<string>
The hostname or IP address of the local connector (default "localhost")
| Default |
|
|---|
--port
<int>
The port of the local connector -r, --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 connector 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 |
| ||
|---|---|---|---|
| Choices |
|