Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Elasticsearch observation interval as configurable value to Helm Chart #5989

Merged

Conversation

naemono
Copy link
Contributor

@naemono naemono commented Aug 31, 2022

resolves #5988

Adds config.elasticsearchObservationInterval as a valid option to Helm Chart.

❯ helm install elastic-operator . -n elastic-system --set=installCRDs=true --version 2.4.0 --set=webhook.enabled=true --set config.elasticsearchObservationInterval=60s
❯ kc get configmap elastic-operator -n elastic-system -o yaml
apiVersion: v1
data:
  eck.yaml: |-
    log-verbosity: 0
    metrics-port: 0
    container-registry: docker.elastic.co
    max-concurrent-reconciles: 3
    ca-cert-validity: 8760h
    ca-cert-rotate-before: 24h
    cert-validity: 8760h
    cert-rotate-before: 24h
    exposed-node-labels: [topology.kubernetes.io/.*,failure-domain.beta.kubernetes.io/.*]
    set-default-security-context: auto-detect
    kube-client-timeout: 60s
    elasticsearch-client-timeout: 180s
    disable-telemetry: false
    distribution-channel: helm
    validate-storage-class: true
    enable-webhook: true
    webhook-name: elastic-operator.elastic-system.k8s.elastic.co
    enable-leader-election: true
    elasticsearch-observation-interval: 60s
kind: ConfigMap

@naemono naemono added the >enhancement Enhancement of existing functionality label Aug 31, 2022
@thbkrkr thbkrkr self-assigned this Sep 8, 2022
Copy link
Contributor

@thbkrkr thbkrkr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thbkrkr thbkrkr added the v2.5.0 label Sep 8, 2022
@naemono naemono merged commit c1452a5 into elastic:main Sep 12, 2022
@naemono naemono deleted the 5988-es-observation-interval-helm-chart branch September 12, 2022 20:18
fantapsody pushed a commit to fantapsody/cloud-on-k8s that referenced this pull request Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement Enhancement of existing functionality v2.5.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose Elasticsearch Observation Interval in Helm Chart
2 participants