Hello everyone,
I've initialized the Karmada control plane in a cluster using a Minikube profile and added member clusters also using Minikube profiles. After successfully joining the members, I attempted to connect them by deploying the broker in the control plane cluster. Unfortunately, I encountered the following error during the deployment:
Error deploying Submariner operator: error awaiting Deployment ready: error waiting for controller deployment to come up: rpc error: code = Unavailable desc = keepalive ping failed to receive ACK within timeout
Does anyone have experience with this issue or suggestions on how to resolve it? Any help would be greatly appreciated.
Thank you!
--
You received this message because you are subscribed to the Google Groups "submariner-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to submariner-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/submariner-users/2fb2fe08-69a1-474c-bb5b-67e5c3994e14n%40googlegroups.com.
Thank you for your assistance. I was able to resolve the issue. I realized that the broker should not be deployed on the Karmada API server itself, but rather on the cluster where Karmada is running. Everything is now working smoothly.
Best regards,