cloud-on-k8s icon indicating copy to clipboard operation
cloud-on-k8s copied to clipboard

Elastic Cloud on Kubernetes

Results 390 cloud-on-k8s issues
Sort by recently updated
recently updated
newest added

I did three things in this PR: - Go from one asciidoc file for Logstash documentation to a asciidoc file for every page - Replaced some product names with attributes...

>docs

Logstash statefulset has current default: ``` spec: persistentVolumeClaimRetentionPolicy: whenDeleted: Retain whenScaled: Retain ``` I want to be able to change `whenScaled` to `Delete` with logstash CRD. Currently when I patch...

triage

Sorry, I see this topic reported multiple times but I cannot figure out how to set imagePullSecrets during helm install? Can someone share the helm command I should run to...

triage

I would like to propose that voting_only masters should not be forced to have the remote_cluster_client role if you want to implement cross cluster search on a cluster. Currently a...

triage

## No Pod in e2e-venus We do not even get to deploying the pod as the Fleet setup call is timing out. ## Events from e2e-venus (Fleet server) ``` "AssociationStatusChange...

>flaky_test
:ci
>test

https://github.com/elastic/cloud-on-k8s/blob/49dc892dacd9d3f83c95a111812506485c3bf319/pkg/controller/elasticsearch/validation/validations.go#L189-L190 The error returned from `UnpackConfig` is swallowed. We should at least log it is not return it to the user. https://github.com/elastic/cloud-on-k8s/blob/49dc892dacd9d3f83c95a111812506485c3bf319/pkg/controller/elasticsearch/validation/validations.go#L212-L214 is triggered incorrectly if `UnpackConfig` fails and the...

>bug

CPM is a popular feature in Logstash. Customers want guidelines on how to config in ECK Logstash ```yaml apiVersion: elasticsearch.k8s.elastic.co/v1 kind: Elasticsearch metadata: name: elasticsearch-sample spec: version: 9.0.0-SNAPSHOT nodeSets: -...

>docs
:logstash

A quick smoke test with Elasticsearch and Kibana looked promising but we should run the full test suite against all parts of the stack to ensure we don't have a...

>test

We need to validate that the reconciling the Elasticsearch cluster is not blocked by the failure to create secret for remote CA.

>bug

Hello! To preface I have read the following, which does not seem to cover what I want: https://github.com/elastic/cloud-on-k8s/issues/5798 https://www.elastic.co/guide/en/cloud-on-k8s/master/k8s-custom-http-certificate.html#k8s_custom_self_signed_certificate_using_cert_manager https://www.elastic.co/guide/en/cloud-on-k8s/master/k8s-tls-certificates.html#k8s-setting-up-your-own-certificate What I would like to do is use cert-manager to...

>enhancement
discuss