Uploaded image for project: 'OCMUI - OpenShift Cluster Manager UI'
  1. OCMUI - OpenShift Cluster Manager UI
  2. OCMUI-2153

Customer is not able to autoscale machine pool

    • False
    • Hide

      None

      Show
      None
    • False
    • OCMUI Core Sprint 257, OCMUI Core Sprint 258
    • Critical

      The customer has autoscale capability set at cluster level and not at org level. The CS backend checks for the capability at the cluster level first according to this code: 

      if cluster.SubscriptionID != "" {
      {{ enabled, err = accountsManagerClient.IsClusterCapabilityEnabled(ctx,}}
      {{ cluster.SubscriptionID, auth.AutoscaleCluster)}}
      {{ } else {}}
      {{ enabled, _, err = accountsManagerClient.IsCurrentUserOrgCapabilityEnabled(ctx,}}
      {{ auth.AutoscaleCluster)}}
      }

      Ideally, the customer should be able to autoscale machine pool on the UI.

            rh-ee-egilman Liza Gilman
            rh-ee-lnagendr Likhith Nagendra Kumar
            LAKSHMI SHIVANTHI AMARACHINTHA LAKSHMI SHIVANTHI AMARACHINTHA
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: