Uploaded image for project: 'OpenShift Request For Enhancement'
  1. OpenShift Request For Enhancement
  2. RFE-6292

Add "autoSizingReserved: true" by default to the nodes

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • Node
    • False
    • None
    • False
    • Not Selected

      1. Proposed title of this feature request

      Add "autoSizingReserved: true" by default to the nodes

       

      2. What is the nature and description of the request?

      The setting for system-reserved on the nodes has below values by default.

      sh-5.1# cat /etc/node-sizing.env 
      SYSTEM_RESERVED_MEMORY=1Gi
      SYSTEM_RESERVED_CPU=500m
      SYSTEM_RESERVED_ES=1Gi
      sh-5.1# 

      However, these values are not appropriate for many clusters that customers create and we often get cases for SystemMemoryExceedsReservation alerts because the system-reserved memory is not enough as per the node size.

      Then we refer to below KCS and doc and set the appropriate values.

      https://access.redhat.com/solutions/5843241

      https://docs.openshift.com/container-platform/4.16/nodes/nodes/nodes-nodes-resources-configuring.html#nodes-nodes-resources-configuring-auto_nodes-nodes-resources-configuring 

      The idea is to set the `autoSizingReserved: true` by default by running the dynamic-node-sizing script when cluster is created and when nodes are added.

       

      3. Why does the customer need this? (List the business requirements here)

      This will eliminate the need for setting the values of "automatic" setting manually with a KubeletConfig object benefitting a very large number of customers.

       

      4. List any affected packages or components.

      Node

              gausingh@redhat.com Gaurav Singh
              rhn-support-alosingh Alok Singh
              Votes:
              3 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: