Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-24261

Use better update strategy for konnectivty daemonset

    XMLWordPrintable

Details

    • No
    • Hypershift Sprint 246, Hypershift Sprint 247
    • 2
    • False
    • Hide

      None

      Show
      None

    Description

      Currently the konnectivity agent has the following update strategy:

      ```
      updateStrategy:
      rollingUpdate:
      maxUnavailable: 1
      maxSurge: 0

      ```

      We (IBM) suggest to update it to the following:
      ```
      updateStrategy:
      rollingUpdate:
      maxUnavailable: 10%
      type: RollingUpdate
      ```

      In a big cluster, it would speed up the konnectivity-agent update. As the agents are independent, this would not hurt the service.

      Attachments

        Issue Links

          Activity

            People

              jonesbry Bryan Jones
              adam.mihelcsik Adam Mihelcsik
              Jie Zhao Jie Zhao
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: