Skip to content

Document how to set TCP retransmission timeout #6698

Open

Description

Proposal

Elasticsearch recommend TCP retransmission timeout as important system configuration.
Can we get it out of the box in Elastic operator?
Today, I had to add an initContainer to configure it manually:

initContainers:
  - name: tcp-transmission-settings
  image: "busybox:1.36.0"
  imagePullPolicy: IfNotPresent
  command:
  - sysctl
  - -w
  - net.ipv4.tcp_retries2=5
  securityContext:
    privileged: true

The issue originally starts here.

Environment

  • ECK version: 2.6.0

  • Kubernetes information: Cloud: EKS 1.22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    >docsDocumentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions