Bug 1907286
Summary: | The default mhc machine-api-termination-handler couldn't watch spot instance | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | sunzhaohua <zhsun> | |
Component: | Cloud Compute | Assignee: | Joel Speed <jspeed> | |
Cloud Compute sub component: | Other Providers | QA Contact: | sunzhaohua <zhsun> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | high | |||
Priority: | high | |||
Version: | 4.7 | |||
Target Milestone: | --- | |||
Target Release: | 4.7.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | No Doc Update | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1908350 1914837 (view as bug list) | Environment: | ||
Last Closed: | 2021-02-24 15:43:03 UTC | Type: | Bug | |
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: | ||||
Bug Blocks: | 1914837 |
Description
sunzhaohua
2020-12-14 06:16:25 UTC
Verified on aws, gcp and azure clusterversion: 4.7.0-0.nightly-2021-01-12-203716 $ oc get machine zhsunaws113-9ksps-worker-us-east-2c-2gv7h --show-labels NAME PHASE TYPE REGION ZONE AGE LABELS zhsunaws113-9ksps-worker-us-east-2c-2gv7h Running m5.large us-east-2 us-east-2c 22m machine.openshift.io/cluster-api-cluster=zhsunaws113-9ksps,machine.openshift.io/cluster-api-machine-role=worker,machine.openshift.io/cluster-api-machine-type=worker,machine.openshift.io/cluster-api-machineset=zhsunaws113-9ksps-worker-us-east-2c,machine.openshift.io/instance-type=m5.large,machine.openshift.io/interruptible-instance=,machine.openshift.io/region=us-east-2,machine.openshift.io/zone=us-east-2c [szh@bogon aws]$ oc get mhc NAME MAXUNHEALTHY EXPECTEDMACHINES CURRENTHEALTHY machine-api-termination-handler 100% 1 1 $ oc get machine zhsungcp113-zgxg5-worker-c-928pf --show-labels NAME PHASE TYPE REGION ZONE AGE LABELS zhsungcp113-zgxg5-worker-c-928pf Running n1-standard-4 us-central1 us-central1-c 22m machine.openshift.io/cluster-api-cluster=zhsungcp113-zgxg5,machine.openshift.io/cluster-api-machine-role=worker,machine.openshift.io/cluster-api-machine-type=worker,machine.openshift.io/cluster-api-machineset=zhsungcp113-zgxg5-worker-c,machine.openshift.io/instance-type=n1-standard-4,machine.openshift.io/interruptible-instance=,machine.openshift.io/region=us-central1,machine.openshift.io/zone=us-central1-c [szh@bogon gcp]$ oc get mhc NAME MAXUNHEALTHY EXPECTEDMACHINES CURRENTHEALTHY machine-api-termination-handler 100% 1 1 $ oc get machine zhsunazure-tpj2g-worker-northcentralus1-2q8kv --show-labels NAME PHASE TYPE REGION ZONE AGE LABELS zhsunazure-tpj2g-worker-northcentralus1-2q8kv Running Standard_D2s_v3 northcentralus 9m35s machine.openshift.io/cluster-api-cluster=zhsunazure-tpj2g,machine.openshift.io/cluster-api-machine-role=worker,machine.openshift.io/cluster-api-machine-type=worker,machine.openshift.io/cluster-api-machineset=zhsunazure-tpj2g-worker-northcentralus1,machine.openshift.io/instance-type=Standard_D2s_v3,machine.openshift.io/interruptible-instance=,machine.openshift.io/region=northcentralus [szh@bogon azure]$ oc get mhc NAME MAXUNHEALTHY EXPECTEDMACHINES CURRENTHEALTHY machine-api-termination-handler 100% 1 1 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 |