cloud-on-k8s
cloud-on-k8s copied to clipboard
Elastic Cloud on Kubernetes
### Elasticsearch Version Version: 8.15.2, Build: docker/98adf7bf6bb69b66ab95b761c9e5aadb0bb059a3/2024-09-19T10:06:03.564235954Z, JVM: 22.0.1 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version OpenShift BareMetal ### Problem Description I have deployed ECK...
Our [documentation](https://www.elastic.co/guide/en/cloud-on-k8s/master/k8s-openshift-agent.html) notes that you need to add the `serviceAccount` to the `hostaccess` `SCC` to allow Elastic Agent to function in Openshift environments. Unfortunately this seems to be insufficient, as...
Follow-up of: - https://github.com/elastic/cloud-on-k8s/pull/8092 To be done once 8.16.x? is released: - update the 2 tests matrices with 9.x - add e2e tests to validate upgrades from latest 8.x to...
This ticket is to enable the `gosec` check brought by the update of `golangci-lint` to `v1.61.0` in #8018, and currently disabled. ```yaml gosec: excludes: - G115 # potential integer overflow...
I didn't think deeply when setting the Buildkite PR bot in #6121. https://github.com/elastic/cloud-on-k8s/blob/d8704ec52a7c82a5c0606fc3068a0c43359da13b/.buildkite/pull-requests.json#L14 this causes no build to be triggered for a PR that just updates the documentation and therefore...
related #6156 and potentially related #6599 (If we want to try and automatically handle this scenario) When using `secureSettings` with `hostPath` fails on `elastic-internal-init-keystore` `initContainer` without setting `runAsUser: 0`. logs...
If we set the service and nodeport configuration for kibana, the fleet server 'Agent' custom resource never associates with kibana ``` # service: # spec: # type: NodePort # ports:...
I'm new to cloud-on-k8s, and I want to [Installing Logstash along with Elasticsearch, Kibana and Beats using the eck-stack Helm Chart ](https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-stack-helm-chart.html#k8s-install-logstash-elasticsearch-kibana-helm), I follow instructions from this page and I...
``` apiVersion: elasticsearch.k8s.elastic.co/v1 kind: Elasticsearch metadata: name: elk-test namespace: default status: availableNodes: 2 conditions: - lastTransitionTime: '2024-09-12T11:30:24Z' message: Downscale in progress status: "False" type: ReconciliationComplete - lastTransitionTime: '2024-08-30T09:40:16Z' message: All...