Bug 1917838
Summary: | MachineSet scaling from 0 is not available or evaluated incorrectly for the new or changed instance types | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Joel Speed <jspeed> |
Component: | Cloud Compute | Assignee: | Joel Speed <jspeed> |
Cloud Compute sub component: | Other Providers | QA Contact: | sunzhaohua <zhsun> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | low | ||
Priority: | low | CC: | dgrigore, mimccune, zhsun |
Version: | 4.7 | ||
Target Milestone: | --- | ||
Target Release: | 4.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: The Cluster Autoscaler relies on a static list of instance types with associated details (CPU/Memory) to make decisions when scaling a MachineSet from Zero. This list may be out of date.
Consequence: Newer instance types cannot be found in the list. They cannot be scaled from zero instances in a MachineSet.
Fix: Update the list to include newer instance types.
Result: The newer instance types may now be scaled from zero.
|
Story Points: | --- |
Clone Of: | 1896321 | Environment: | |
Last Closed: | 2021-02-24 15:54:42 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1896321, 1942966 | ||
Bug Blocks: | 1918307 |
Description
Joel Speed
2021-01-19 13:55:40 UTC
Verified clusterversion: 4.7.0-0.nightly-2021-01-25-160335 scale up machineset with instance type Standard_D2as_v4, replicas=0, machine could scale up successful. $ oc get po NAME READY STATUS RESTARTS AGE cluster-autoscaler-default-6b79dffcd9-lcnzz 1/1 Running 0 31m cluster-autoscaler-operator-76d45449c5-lxtzf 2/2 Running 0 5h35m cluster-baremetal-operator-7d64d4868-sk8q2 1/1 Running 0 5h35m machine-api-controllers-bd978fb9b-59qdt 7/7 Running 0 5h35m machine-api-operator-7469f45d9b-mkghf 2/2 Running 0 5h35m scale-up-cc5d548d6-282vq 0/1 Pending 0 4s scale-up-cc5d548d6-2b95w 0/1 Pending 0 4s scale-up-cc5d548d6-4gklr 0/1 Pending 0 4s scale-up-cc5d548d6-6c2g6 0/1 Pending 0 4s scale-up-cc5d548d6-6vcph 1/1 Running 0 30m scale-up-cc5d548d6-72bjj 0/1 Pending 0 4s scale-up-cc5d548d6-8b88k 0/1 Pending 0 4s scale-up-cc5d548d6-8cpdn 0/1 Pending 0 4s scale-up-cc5d548d6-8nr8p 0/1 Pending 0 4s scale-up-cc5d548d6-9fklb 0/1 Pending 0 4s scale-up-cc5d548d6-cn8z2 0/1 Pending 0 4s scale-up-cc5d548d6-dvqcx 0/1 Pending 0 4s scale-up-cc5d548d6-dwv4g 0/1 Pending 0 4s scale-up-cc5d548d6-ggk2x 0/1 Pending 0 4s scale-up-cc5d548d6-kd25m 1/1 Running 0 30m scale-up-cc5d548d6-l8pvc 0/1 Pending 0 4s scale-up-cc5d548d6-ll7zf 0/1 Pending 0 4s scale-up-cc5d548d6-qftvn 0/1 Pending 0 4s scale-up-cc5d548d6-wj5dt 0/1 Pending 0 4s scale-up-cc5d548d6-xk6kp 0/1 Pending 0 4s $ oc get machine NAME PHASE TYPE REGION ZONE AGE zhsunazure251-w72th-master-0 Running Standard_D8s_v3 westeurope 3 6h42m zhsunazure251-w72th-master-1 Running Standard_D8s_v3 westeurope 2 6h42m zhsunazure251-w72th-master-2 Running Standard_D8s_v3 westeurope 1 6h42m zhsunazure251-w72th-worker-westeurope1-vdtp5 Running Standard_D2s_v3 westeurope 1 6h36m zhsunazure251-w72th-worker-westeurope2-w98kv Running Standard_D2s_v3 westeurope 2 6h36m zhsunazure251-w72th-worker-westeurope3-6mxqq Running Standard_D2as_v4 westeurope 3 25m zhsunazure251-w72th-worker-westeurope3-gxhjn Running Standard_D2as_v4 westeurope 3 25m zhsunazure251-w72th-worker-westeurope3-hk2qp Running Standard_D2as_v4 westeurope 3 25m Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:5633 |