Peter Brachwitz
Peter Brachwitz
We released version 2.2 or the ECK operator which contains a fix for #5617 I wonder @tommasopozzetti whether you were able to validate if this is sufficient for your use...
> Seeing the same issue using flux when attempting to upgrade from 1.6.0 to 1.7.1. We tried setting `upgrade.force: true` and `upgrade.crds: CreateReplace` but had no success I am no...
I looked a bit more into the AKS failure. The Elastic Agent log for metricbeat has the following error: ``` {"log.level":"error","@timestamp":"2022-02-23T15:34:24.797Z","log.origin":{"file.name":"module/wrapper.go","file.line":254},"message":"Error fetching data for metricset system.filesystem: error getting filesystem list:...
Still trying to understand why this only affects certain tests. For example the standalone Metricbeat version of these tests pass. The `fsstat` metricset still does not work but the error...
Can you share the YAML manifest you are using with the resource limits/requests your are using that does not work?
Yes so the constraints have to be on the container level. It is documented here https://www.elastic.co/guide/en/cloud-on-k8s/master/k8s-managing-compute-resources.html#k8s-compute-resources-beats-agent
Actually we can take this as an opportunity to see if we can improve validation of the podTemplate for Beats in a similar way as we are doing it for...
We have [recently reworked](https://github.com/elastic/cloud-on-k8s/issues/5779) the way the enrolment tokens for Fleet/Elastic Agents in Fleet are generated. It is now the operator itself that is interacting with the Kibana API. The...
Reading your bug report this does not sound like an issue with the way the ECK operator manages Elastic Agent but potentially more an issue with Elastic Agent itself? It...
An idea discussed how to address the difficulty of testing custom HTTP certificates issues by a well known issuer in our e2e test pipelines which often run in parallel and...