Thibault Richard

Results 88 comments of Thibault Richard

builkite test this -f p=gke,t=TestIntegrationsChartDefaultKubernetes,s=8.13.2

It depends if you use `/usr/share/elasticsearch/data` as mount path or another value. Let's use a different volume claim and so volume name `my-data` than `elasticsearch-data`. Using `/usr/share/elasticsearch/data` as mount path,...

> We could concat multiple configuration within elasticsearch pods ? The problem I see with this is how do I keep the concatenation in sync every time a configuration is...

This is not a real problem in the sense that it does not cause failure. I think we didn't notice it before.

When you configure cluster settings through a StackConfigPolicy, you are declaring persistent settings, so `persistent` or `transient` fields don't make sense in this context. ```yaml apiVersion: stackconfigpolicy.k8s.elastic.co/v1alpha1 kind: StackConfigPolicy metadata:...

```yaml xpack.fleet.packages: - name: log version: latest xpack.fleet.agentPolicies: - name: Default Fleet Server on ECK policy is_default_fleet_server: true package_policies: - package: name: fleet_server name: fleet_server-1 - name: Default Elastic Agent...

The impact on ECK is minor. This is not a blocker. Le ven. 3 déc. 2021, 19:09, Kyle Pollich ***@***.***> a écrit : > @thbkrkr - can you clarify the...

Closing as we decided to ignore `TestFleetCustomLogsIntegrationRecipe` in `7.15.2` because the underlying issue will not be resolved. We have pinned the test to `7.15.1` (#5108) and will skip ahead to`...

> Likely a duplicate of https://github.com/elastic/cloud-on-k8s/issues/6406 and could be closed. It doesn't seem to be a duplicate. Your pod is evicted due to lack of storage. In #6406, pod is...