Peter Brachwitz

Results 142 comments of Peter Brachwitz

After disabling the `kuberntes.events` and the `kubernetes.apiserver` data sets we still see failures like the following: ``` utils.go:84: Error Trace: utils.go:84 Error: Received unexpected error: hit count should be more...

> Could be kubernetes/kubernetes#39980 or some other configuration problem in Kind itself. I have raised https://github.com/elastic/cloud-on-k8s/issues/4117 I wonder if moving to a more recent version of kind will help here...

The main concern with doing this in the operator is that it requires a privileged container to set a node level systctl (not 💯 sure whether this particular one is...

Sure we can add a section to the documentation mentioning this.

One thing we could potentially do is add section similar to what [we did recently for transport](https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-transport-settings.html#k8s-transport-third-party-tools): ``` http: tls: certificateAuthorities: configMapName: trust ``` and then have the operator ensure...

We would need a different way of mounting configuration into the Pods to make this proposal work. If the operator just collates the configuration from mulitple source secrets into one...

@grant-zietsman we can definetely make some improvements in this area. Some initial thoughts: * CRD should be upgraded first. Main reason is potentiall addition of new API resources that the...

That's a very good point @barkbay and we should do that for future versions of Enterprise Search (the workaround might still be relevant for already released ones).

The documentation content is being moved to https://github.com/elastic/docs-content starting with the next release ECK 3.0. I wonder if t would make sense to make these changes there instead.