Open siddhi-khanna opened 1 year ago
I believe the syncer is installed in the EKS/GKE/AKS cluster, which would indicate its running as a pod on the worker nodes. Going by the error message https://17********/
, the pod is trying to connect to a vpc local address, is that true? I believe there is plumbing missing that does not allow the pod connectivity to 172.**
/transfer-issue contrib-tmc
/transfer-issue contrib-tmc
Describe the bug
I have Installed KCP in my EKS cluster with the following version details: Client Version: v1.25.5 Kustomize Version: v4.5.7 Server Version: v1.24.3+kcp-v0.11.0
After installing, when I am executing the "kubectl kcp workload sync kind --syncer-image ghcr.io/kcp-dev/kcp/syncer:v0.10.0 -o syncer-kind-main.yaml" command in my eks/aks/gke cluster, initially the syncer pod shows that its in running state but after a while its going into error state and the syncer pod is unable to connect to the kind cluster. Also, I can notice that it is looking for kind cluster instead of EKS/AKS/GKE cluster.
ERROR in syncer pod:
So is there a way I can run the syncer with EKS/AKS/GKE instead of kind cluster?
Steps To Reproduce
Expected Behaviour
The syncer should be added properly and the syncer pod should be in running state in eks/aks/gke cluster
Additional Context
No response