Peter Brachwitz

Results 142 comments of Peter Brachwitz

I tried to reproduce this error with the following manifest on ECK 2.9 and ES upgraded without problems: ``` apiVersion: elasticsearch.k8s.elastic.co/v1 kind: Elasticsearch metadata: name: elasticsearch-sample spec: version: 7.17.10 #...

I have a feeling that the issue is on the Elasticsearch and not the ECK side and have raised https://github.com/elastic/elasticsearch/issues/101828 for the Elasticsearch team to take a look at this.

https://github.com/elastic/elasticsearch/issues/101828 has been released with Elasticsearch 8.13

I think Fleet server usually terminates on failure and auto-restarts therefore. What kind of liveness probe did you have in mind?

One thing you can do to work around this limitation is to create multiple node sets with the data role and scale each of those up until you start running...

@barkbay I think that's a good idea. @nullren we don't have concrete plans to address this right now. Did the workaround, using multiple node sets instead of one big one,...

We have implemented an option to turn off the ECK managed self-signed certificates in https://github.com/elastic/cloud-on-k8s/pull/7925 which is going to ship with the next release of ECK. This should cover the...

Thanks for the bug report. These are indeed conflicting requirements between our ECK CRD and Metricbeat. We need to run Beats as root in order to use hostPath volumes to...

So unless I am mistaken [PVCs cannot not be set to a smaller size than their current size ](https://github.com/elastic/cloud-on-k8s/issues/325#issuecomment-685817051)(forbidden via validating webhook). So this is not really a downscale of...

I believe the issue is that the data_streams are created lazily. So if no k8s event occurs after deploying the agent with the integration the data_stream won't be there either....