cloud-on-k8s
cloud-on-k8s copied to clipboard
Elastic Cloud on Kubernetes
When APM Server is deployed with ECK it has no sufficient permissions for Kibana API:  Transaction JSON ``` { "_index": ".ds-traces-apm-epm_paas-2024.08.24-000002", "_id": "x61jsZEB26iDE9PXHEpU", "_version": 1, "_score": 0, "_source": {...
We rely on binding specifically to port 9300 for transport and 9200 for HTTP but we don't set them and rely on defaults. The default behaviour does not truly guarantee...
As reported in https://github.com/elastic/cloud-on-k8s/pull/8618 `deploy/eck-stack/examples/logstash/basic-eck.yaml` is currently broken. This PR fixes the issue and also moves from `.spec` which is deprecated as stated in https://github.com/elastic/cloud-on-k8s/blob/6fe3c698f0f4d6471caee97ffee2e203cee0db6e/deploy/eck-stack/charts/eck-beats/values.yaml#L31-L38
The password generation options are currently fixed: https://github.com/elastic/cloud-on-k8s/blob/6af9e8e58af34623fe1feabba8c00e6923b0d48d/pkg/controller/common/random.go#L12-L25 We should offer a way for the users to customize (some of?) these settings (at the operator level I guess).
- Have you signed the [contributor license agreement](https://www.elastic.co/contributor-agreement)? - Have you followed the [contributor guidelines](https://github.com/elastic/cloud-on-k8s/tree/main/CONTRIBUTING.md)? - If you submit code, is your pull request against main? We recommend pull requests...
With https://github.com/elastic/cloud-on-k8s/issues/8167 we added the ability to easily configure CCS between two eck clusters What's less clear is if and how a user who wants to use an eck cluster...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | registry.access.redhat.com/ubi9/ubi-minimal | | patch | `9.6-1747218906` -> `9.6-1749489516` | | registry.access.redhat.com/ubi9/ubi-minimal | final...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | patch | `1.24.3` -> `1.24.4` | --- ###...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/google/go-containerregistry](https://redirect.github.com/google/go-containerregistry) | require | patch | `v0.20.3` -> `v0.20.6` | --- ### Release...