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

  1. Check if the connector pod is running in the Kubernetes cluster.
  2. Ensure that the YAML file used for configuration includes the necessary setup for the connector node.
  3. Add connector: 1 in the replicas section of the YAML file to specify the number of connector nodes to be deployed.
Jun 27, 2023Edited by