-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Liqo installation Problem #2322
Comments
Hi @wefersmasasana! In my opinion, you have two different problems:
|
Thank your for your answer, I installed a load balancer (MetalLB) now while installing this error: "INSTALLATION FAILED: failed post-install: warning: Hook post-install liqo/templates/webhooks/job-patch/rbac.yaml failed: 1 error occurred:
is gone but the services and the Liqo status are the same as in the screenshots I sended. |
Ok, is MetalLB creating some events on these services or logging something? Also, if you create another LB service, does it work? If not, it should be a MetalLB-related problem, not a Liqo one. |
You probably have an old foreign cluster from a previous installation, try deleting it and re-try the peering kubectl delete foreigncluster marcel |
The validation error is due to an update of a foreigncluster resource; if no one exists, it should work. Did you check on both clusters? |
Can you check the state of foreign clusters? You will probably have broken authentication and/or pending peering. You can try unpeer and then delete both |
Hey again. I had deleted my clusters and created new ones. When I try to peer the clusters again, the same error came up: "ERROR Authentication to the remote cluster "marcel" failed: timed out waiting for the condition" |
Can you check the logs of your liqo controller manager? Additionally, can you check that your LoadBalancer services are reachable from the other cluster? |
You probably have a dirty secret in your |
Hello there,
I have a problem with Liqo I wanted to install the helm chart with the values. On my provider server (Server1) this was not a problem. All pods and alls services are running. But on my consumer server (Server2) when I tried to install with the values, this error came up:
INSTALLATION FAILED: failed post-install: warning: Hook post-install liqo/templates/webhooks/job-patch/rbac.yaml failed: 1 error occurred:
* Post "https://5.161.118.255:16443/apis/rbac.authorization.k8s.io/v1/clusterrolebindings?fieldManager=helm": read tcp 5.161.118.255:40436->5.161.118.255:16443: read: connection reset by peer
But the installation continues and the pods are running, but two services are pending.
In attachment of this mail are included screenshots when I executed „Liqoctl status“ on both servers and screenshots of the services running in Kubernetes.
Thanks for your help!
Yours faithfully
Marcel Wefers
Server 1
Server 2
The text was updated successfully, but these errors were encountered: