Paul van der Linden
Paul van der Linden
I have still one issue (but it might be pre-existing), one in 20-30 connections, the first button you press hangs (it will wait for `await controller_state.send()` forever). I'm not sure...
Feedback on my WIP PR would be good, it sort of implements rumble decoding
I think it would be good to also be able to set these options globally.
Something to think about, currently you have to know if the inventory item is a secret or not (in jinja2 at least): ``` username: "{{ inventory.parameters.mail.username | b64encode }}" password:...
I think the main issue with gojsonnet is that it might be to complicated for some to install? With a docker image the user would not have that issue, so...
@ramaro It would be great to get the option to use go-jsonnet. I'm currently in the progress of adding kube-prometheus to our stack to replace the old prometheus install, but...
Currently you can only have a cluster of servers without persistence or just a single server with persistence? The volumeClaimTemplates would be a good idea to fix this indeed, as...
It seems to be the same issue as I discovered here: https://github.com/nats-io/nats-operator/issues/104 stan-1 still exists but in failure mode: ``` time="2018-12-05T16:42:51Z" level=info msg="Missing pods for 'nats-io/stan' cluster (size=2/3), creating 1...
After deleting the existing permanent failure pod, it will still not recover, and all fail to join the Raft group as it doesn't exist yet. The only way to fix...
There is no way to fix a cluster once the quorum is lost, you have to destroy all data and start from zero?