troubleshooting
How to set up a connector node in a Kubernetes Operator?
An error occurred while trying to create a sink to a database in a Kubernetes Operator due to a failed connection to the connector endpoint. The connector pod was not running, and a YAML file was used to run the configuration. How can a connector node be set up in a Kubernetes Operator?
An
Anh Đinh Việt
Asked on Jun 27, 2023
- Check if the connector pod is running in the Kubernetes cluster.
- Ensure that the YAML file used for configuration includes the necessary setup for the connector node.
- Add
connector: 1
in thereplicas
section of the YAML file to specify the number of connector nodes to be deployed.
Jun 27, 2023Edited by