Summary
User is facing an error during the sync process with MongoDB as both source and destination in Airbyte setup using abctl on macOS.
Question
Hi all, I am using macOS, airbyte is set up using abctl, I am setting up both source and destination with MongoDB. I have established the connection. However, the sync process won’t work with the error message as below. Any idea for solving this? Thank you all in advance
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.
Join the conversation on Slack
["macos", "abctl", "mongodb", "sync-process", "error-message"]
abctl
uses kind cluster (https://kind.sigs.k8s.io/) under the hood
If you want to debug, here’s an instruction
install kubectl (https://kubernetes.io/docs/tasks/tools/#kubectl) and kubectx + kubens (https://github.com/ahmetb/kubectx)
install also k9s (https://k9scli.io/)
then execute commands:
KUBECONFIG=~/.airbyte/abctl/abctl.kubeconfig kubectl config view --flatten > ~/.kube/config
kubectx kind-airbyte-abctl
kubens airbyte-abctl```
with `k9s` you can check details about pods and logs
<@U07KXAVRP1A> - were you able to fix this? I am having the same issue