-
Notifications
You must be signed in to change notification settings - Fork 45
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
Unable to install wire-server with helm #246
Comments
Hi, thanks for the report. Can you tell me which version of helm and kubernetes you're using? I.e. can you give me the output from:
|
|
Thanks! We know the code works for kubernetes server versions v1.12.x and v1.14.x (which are old, we need to upgrade, that's planned) and helm v3.1.1. I think this issue might be fixed by this PR once it's complete and merged: #203 So I think you have two options: 1) use an older version of kubernetes (1.14 or maybe 1.15 works as well), 2) wait a little. |
I changed to the previous versions and that seemed to move things along. Now I'm at the point where I install the wire-server, but the directions are a little confusing. it says:
Where is this? There is no reference to it beforehand so how do I "change back" to it? |
I'm also running this on a kube cluster on DigitalOcean, so I don't know how to create the zauth.txt file: Is there any other way to do this? |
You do this locally, for that you need to have Alternatively, you can compile all of https://github.com/wireapp/wire-server yourself and run |
Okay, I was able to get that part working. Now I'm at the DNS records.
|
I got a load balancer setup, added the SSL, pointed all the domains to the load balancer. But when I run I get
If I set the cert to Passthrough, I get: If I set to TCP, then it doesn't work either. Is there something that I'm missing? |
I'm still unable to get this up and running. I'd love to give it a try and see it in action, but there is so much lacking in the documentation about how to actually set this up. I could really use some help. |
It sounds like the IPs you're pointing your load balancer to are not correct, or the What does
Your mileage may vary a little on the demo setup. Documentation is work-in-progress. Yes, we would like to make it easier to install, and we are aware it's a little rough around the edges in some parts. |
And the following is an example "expected" output on
|
@ericklind In case your issue has been resolved, we'd like to ask you closing it. Otherwise, please follow up on this in order to continue the conversation. Thank you. |
Hello, I have faced the same error, it is because this chart is for the older K8s api version. I searched the internet and fixed by doing the following:
4- Reference: stackoverflow |
Thank you for your effort @mtahle. We track this internally and give updates here accordingly. |
When I try to install the server demo, I have the following error:
I'm very new to kubernetes so I have no idea how to ever troubleshoot this.
Thanks.
The text was updated successfully, but these errors were encountered: