Hans Knecht

Results 42 comments of Hans Knecht

Using a delegate virtual service is going to be the best path forward. Create a top level virtual service (your public one, and then delegate to the virtual service from...

Your canary object should look something like: ``` apiVersion: flagger.app/v1beta1 kind: Canary metadata: name: podinfo-istio spec: provider: istio # deployment reference targetRef: apiVersion: apps/v1 kind: Deployment name: podinfo-istio autoscalerRef: apiVersion:...

@anash28 These changes are recommended by Elastic and should be implemented in any instance. The issue, primarily, is the JVM running out of memory and crashing your shards.

Let submit a PR with a quick mockup of what I had before when I did multinode setups and then we can chat about how to achieve it. I think...

Submitted #64 so we can continue the conversation of what the logic looks like. Once that is done the config files are easy.

@sadsfae I figured I would start on this now, as I need to support some debian based systems. I figured I would start by supporting beats installation on them and...

See PR #48 for more info on the Ubuntu/Debian support for beats installation. Will be looking into ELK installation support.

Ah, well then I'll remove that recommendation, but stand by the feature request.

@g-chouzadjian Is there a plan to try to get this released?

@simskij Do we know what CI Operations are wanted? Test, bundle, etc? Happy to write some github actions to help out