Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2095683

Summary: After the machinepool is created, the remote nodes can not scale up .
Product: OpenShift Container Platform Reporter: Mingxia Huang <mihuang>
Component: HiveAssignee: Akhil Rane <arane>
Status: CLOSED NOTABUG QA Contact: Mingxia Huang <mihuang>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.11   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-06-16 02:10:52 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:

Description Mingxia Huang 2022-06-10 08:30:42 UTC
Description of problem:
 After the machinepool is created, the remote nodes can not scale up .

Version-Release number of selected component (if applicable):
--release-image registry.ci.openshift.org/ocp/release:4.11.0-0.nightly-2022-06-06-025509

How reproducible:


Steps to Reproduce:
1.Deploy a clusterdeployment on Alibaba .
2.Login to the remote cluster,and check nodes .
3.Create additional machinepool request.
4.check nodes state on remote cluster.

Actual results:
1.Deploy a clusterdeployment on Alibaba .
$ oc get cd
NAME          INFRAID             PLATFORM       REGION        VERSION   CLUSTERTYPE   PROVISIONSTATUS   POWERSTATE   AGE
mihuang-alc   mihuang-alc-svhl5   alibabacloud   cn-hangzhou   4.11.0                  Provisioned       Running      82m

2.Login to the remote cluster,and check nodes .
[hmx@ovpn-12-135 hive]$ oc get nodes
NAME                               STATUS   ROLES    AGE   VERSION
mihuang-alc-svhl5-master-0         Ready    master   72m   v1.24.0+bb9c2f1
mihuang-alc-svhl5-master-1         Ready    master   72m   v1.24.0+bb9c2f1
mihuang-alc-svhl5-master-2         Ready    master   72m   v1.24.0+bb9c2f1
mihuang-alc-svhl5-worker-i-pvrzj   Ready    worker   60m   v1.24.0+bb9c2f1
mihuang-alc-svhl5-worker-j-5brm7   Ready    worker   60m   v1.24.0+bb9c2f1
mihuang-alc-svhl5-worker-k-cc4s8   Ready    worker   60m   v1.24.0+bb9c2f1

3.Create additional machinepool request.
$ cat alibaba-cluster.yaml
apiVersion: hive.openshift.io/v1
kind: MachinePool
metadata:
  name: mihuang-alc-infra
  namespace: default
spec:
  clusterDeploymentRef:
    name: mihuang-alc
  name: infra
  platform:
    alibabacloud:
            instanceType: ecs.g6.xlarge
            systemDiskCategory: cloud_essd
            systemDiskSize: 120
  replicas: 3
4.check nodes state on remote cluster.###the information of nodes cannot be queried on the remote cluster.
[hmx@ovpn-12-135 hive]$ oc get nodes
NAME                               STATUS   ROLES    AGE   VERSION
mihuang-alc-svhl5-master-0         Ready    master   58m   v1.24.0+bb9c2f1
mihuang-alc-svhl5-master-1         Ready    master   58m   v1.24.0+bb9c2f1
mihuang-alc-svhl5-master-2         Ready    master   58m   v1.24.0+bb9c2f1
mihuang-alc-svhl5-worker-i-pvrzj   Ready    worker   46m   v1.24.0+bb9c2f1
mihuang-alc-svhl5-worker-j-5brm7   Ready    worker   46m   v1.24.0+bb9c2f1
mihuang-alc-svhl5-worker-k-cc4s8   Ready    worker   46m   v1.24.0+bb9c2f1


Expected results:
4.check nodes state on remote cluster.
[hmx@ovpn-12-135 hive]$ oc get nodes
NAME                               STATUS   ROLES    AGE   VERSION
mihuang-alc-xxxx                   Ready    master   xx    v1.24.0+bb9c2f1
mihuang-alc-xxxx                   Ready    master   xx    v1.24.0+bb9c2f1
mihuang-alc-xxxx                   Ready    master   xx    v1.24.0+bb9c2f1
mihuang-alc-svhl5-master-0         Ready    master   58m   v1.24.0+bb9c2f1
mihuang-alc-svhl5-master-1         Ready    master   58m   v1.24.0+bb9c2f1
mihuang-alc-svhl5-master-2         Ready    master   58m   v1.24.0+bb9c2f1
mihuang-alc-svhl5-worker-i-pvrzj   Ready    worker   46m   v1.24.0+bb9c2f1
mihuang-alc-svhl5-worker-j-5brm7   Ready    worker   46m   v1.24.0+bb9c2f1
mihuang-alc-svhl5-worker-k-cc4s8   Ready    worker   46m   v1.24.0+bb9c2f1


Additional info: