jschaul

Results 31 comments of jschaul

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: ``` helm version kubectl version...

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...

> I'm also running this on a kube cluster on DigitalOcean, so I don't know how to create the zauth.txt file: > `docker run --rm quay.io/wire/alpine-intermediate /dist/zauth -m gen-keypair -i...

It sounds like the IPs you're pointing your load balancer to are not correct, or the `nginz` component (part of `wire-server`) is not up due to a misconfiguration, or the...

And the following is an example "expected" output on `kubectl get pods --all-namespaces` on a demo single-node machine: ``` kubectl get pods --all-namespaces NAMESPACE NAME READY STATUS RESTARTS AGE default...

I was recently approached by someone who forked & made the library compatible with SimPy 3 (and Python 3). See [https://github.com/kentwait/nxsim](https://github.com/kentwait/nxsim)

This has had no interest, closing.

Update: internal discussions around federation (between Wire servers as a first step) are happening. > what would need to be done to implement: > a) XMPP federation between Wire servers...

Hi, please upgrade your versions of rustc and cargo, your versions are very old (from 2015/2016). The following versions are known to work, more recent versions will probably also work:...