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

Limiting network bandwidth with namespace level

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Minor
    • None
    • None
    • Node, SDN
    • False
    • False
    • 0
    • 0% 0%

    Description

      1. Proposed title of this feature request
        -  Llimiting network bandwidth with namespace level.
      1. What is the nature and description of the request?

      However, each ordinary user can modify their pod's yaml freely.
      It means that it's impossible to limit network bandwidth from admin side.
      So customer wants to limit network bandwidth with namespace level.

      They think it's good if network bandwidth can be limited with ResourceQuota as well as CPU or Memory.

      1.  Why does the customer need this? (List the business requirements here)
        -  Let's say one cluster with multiple users by creating multiple projects on the cluster.
        For example, UserA,B,C have ProjectA,B,C respectively.
        Now if UserA deployed a Pod that consumes all of the network bandwidth, UserB and C are no longer able to run their Pods.
        It's a big problem if it happened in production.

      All the admin of their cluster can do is just to say "Hey! Don't deploy such a Pod!" to users.
      It's just a caution so any user can break the rule if they really want to.
      It's bothering the admin.

      The customer has no idea to manage their cluster properly without the limiting network bandwidth feature.
      It makes them hesitate to use OpenShift in production.

      - There is no way to prevent the situation that network bandwidth is occupied by just one user, To implement the feature which can limit network bandwidth with namespace level is the only way to prevent such a situation.

      1.  List any affected packages or components.
      • Node
      • Namespace/Project

      Note: 

      CU expectation is as follows.

      ~~~

      apiVersion: v1
      kind: ResourceQuota
      metadata:
      name: quota
      spec:
      hard:
      cpu: "1000"
      memory: 200Gi
      pods: "10"
      networkBandwidth: 100M <=== Add this parameter

      After admin configured ResourceQuota as the above, user can split it to their pods as follows:

      • PodA: 50M
      • PodB: 30M
      • PodC: 20M
        ~~~

      Thanks.

      Attachments

        Issue Links

          Activity

            People

              ddharwar@redhat.com Deepthi Dharwar
              rhn-support-adsoni Aditya Soni (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: