Hello Is it possible to add custom connector while...
# replication-troubleshooting
p
Hello Is it possible to add custom connector while deploying airbyte using kubernetes / helm charts?
j
yes. my team are building one. while running a dev cluster, you can just
docker build . -t my/image:dev
and then add that as custom connector. on a prod cluster, you'll want to publish you image to a docker registry which your cluster can read.
p
@Julian Felix Rost thank you very much for your response, I want to clarify, is there a chance to somehow specify custom connectors inside helm chart values? This could help automatically add new connectors without needs to add them manually inside the admin UI?
j
ah, gotcha. i don't actually know that unfortunately šŸ˜•
p
For now, I only found possibilities with: • api ā—¦ sourceDefinition ā—¦ destinationDefiniton • using configuration ā—¦ https://docs.airbyte.com/operator-guides/upgrading-airbyte/#upgrading-on-k8s-0264-alpha-and-below
a
@Piotr Sierkin did you manage to do this ? I am currently trying to do it myself.
I have deployed Airbyte into my local K8s and have created a connector docker image
now I need to somehow make this new connector image to be picked up my the airbyte running in K8s
p
Unfortunately no šŸ˜•, as I remember there is a script inside the startup which checks the list of current connectors from github but that all that I remember
šŸ‘ 1
If you manage this pls ping me I would love to check the solution @Arman S
a
@Piotr Sierkin I will defiantly let you know