Running KCP Syncer with EKS/AKS/GKE #2990
gauravitdevops
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently Installed the KCP with following version details:
Client Version: v1.25.5
Kustomize Version: v4.5.7
Server Version: v1.24.3+kcp-v0.11.0
I want to run the syncer with my eks/aks/gke cluster.
kubectl kcp workload sync kind --syncer-image ghcr.io/kcp-dev/kcp/syncer:v0.10.0 -o syncer-kind-main.yaml
this command to run the syncer and it runs but pod is not coming up and as I can see this is looking for kind cluster instead of EKS/AKS/GKE cluster.
Is there a way I can run the syncer with EKS/AKS/GKE instead of kind cluster?
Beta Was this translation helpful? Give feedback.
All reactions