Michael Montgomery

Results 41 issues of Michael Montgomery

From what I'm seeing, a kombu consumer using amqp doesn't gracefully recover from an issue such as a rabbitmq restart, or any recoverable error without explicitly calling `consumer.consume()` before any...

Status: Needs Verification

Closes #5563 This change enables easy stack monitoring configuration for Beats, such as we already have for both Elasticsearch and Kibana, by adding the following configuration stanza in the Beats...

>feature
v2.5.0

resolves #5940 Update the public documentation to clarify that the operator does not directly manage the Elasticsearch `node.processors` setting.

>docs

The [documentation](https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-managing-compute-resources.html#k8s-elasticsearch-cpu) seems to imply that the operator automatically manages the `node.processors` Elasticsearch settings based on the `resources.*.cpu` setting in the `nodeSets` themselves. We should update the documentation to clarify.

>docs

related to https://github.com/elastic/cloud-on-k8s/issues/5505 This PR contains the 2nd version of the ECK-managed resources helm charts including eck-elastic-agent chart for installing elastic-agent eck-fleet-server for managing fleet server as an Elastic Agent...

>enhancement
v2.5.0

related to https://github.com/elastic/cloud-on-k8s/issues/5505 This PR contains the 3rd version of the ECK-managed resources helm charts including eck-beats chart for installing the different types of Beats minor updates to the eck-stack...

>enhancement

alluded to here: https://github.com/elastic/cloud-on-k8s/pull/5240#discussion_r837274347 calling association.GetUnmanagedAssociationConnectionInfoFromSecret(params.Client, esRef) with a ref such as this: ``` elasticsearchRefs: - secretName: elasticsearch-es-beat-secret ``` without `namespace: namespace_name` fails with an error such as this: ```...

>bug

Recent issue found when user was modifying the transport port settings: ``` transport: service: spec: ports: - name: tls-transport port: 9302 protocol: TCP targetPort: 9302 type: ClusterIP ``` That it...

>docs

Historically end-to-end test `TestMutationWhileLoadTesting` randomly fails with a couple of networking errors every couple of weeks. Multiple folks have taken a bit of time to investigate the failures, but the...

>flaky_test
>test

We should probably validate our generated yaml files to ensure we at least maintain some consistency. This has already caused failures in tooling: #5447 . We could use something like...

>enhancement