Michalis Katsoulis

Results 12 comments of Michalis Katsoulis

> I've been looking into this issue one thing is not clear to me: Is the Elastic-Agent running as a Kubernetes Pod or directly as a docker container? @MichaelKatsoulis I...

@belimawr I used that manifest but I added the docker.sock mount as well.

Note: Jenkins tests fail because it cannot create a kubernetes cluster with 1.30.0 version, as there is not such an image yet for kind in https://hub.docker.com/r/kindest/node/tags. We should wait until...

> Apparently, adding the field broke the pipeline with the following error: @herrBez in beats, the different kubernetes metricsets share the same index and mappings, so if the field is...

@herrBez Can you add a screenshot showing the new field being populated to Elasticsearch? You can use a view from discovery filtering by the kubernetes.volume metricset and showing the new...

> It is harder to use util/kubernetes with the kubernetes in the parent folder, because we would have the import cycle error in go at all times You need to...

The PR is now ready for review! @fearful-symmetry or @faec could you also review it as part of data plane team?

> in those files is defined `K8S_VERSION`: https://github.com/elastic/beats/blob/main/.buildkite/deploy/kubernetes/deploy-k8s-pipeline.yml https://github.com/elastic/beats/blob/main/.buildkite/metricbeat/pipeline.yml https://github.com/elastic/beats/blob/main/.buildkite/filebeat/filebeat-pipeline.yml https://github.com/elastic/beats/blob/main/Jenkinsfile should it be also updated? These tests are new. @oakrizan should we update those files, testing with the new...