-
Bug
-
Resolution: Not a Bug
-
Minor
-
None
-
4.16.0
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
No
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
After install a cluster with static ip. Failed to scale up the machineset with below error:wwei1215a-vqc9c-worker-0-rrhsr: reconciler failed to Create machine: error getting addresses from IP pool: error retrieving bound IP address: no IPAddress is bound to claim wwei1215a-vqc9c-worker-0-rrhsr-claim-0-0
Version-Release number of selected component (if applicable):
4.16.0-0.nightly-2024-05-08-222442
How reproducible:
install a cluster with static ip
Steps to Reproduce:
1.
2.
3.
Actual results:
oc scale machineset.m wwei1215a-vqc9c-worker-0 --replicas=1 -n openshift-machine-api machineset.machine.openshift.io/wwei1215a-vqc9c-worker-0 scaled The machine still in provisioning: oc get machine.m -n openshift-machine-apiNAME PHASE TYPE REGION ZONE AGEwwei1215a-vqc9c-master-0 Running 9hwwei1215a-vqc9c-master-1 Running 9hwwei1215a-vqc9c-master-2 Running 9hwwei1215a-vqc9c-worker-0 Running 9hwwei1215a-vqc9c-worker-0-9qtnb Provisioning 28mwwei1215a-vqc9c-worker-1 Running 9hwwei1215a-vqc9c-worker-2 Running 9h Check the log: oc describe machine.mwwei 1215a-vqc9c-worker-0-9qtnb ... ... Message: error getting addresses from IP pool: error retrieving bound IP address: no IPAddress is bound to claim wwei1215a-vqc9c-worker-0-9qtnb-claim-0-0 ... ... Warning FailedCreate 5m27s (x21 over 28m) vspherecontroller wwei1215a-vqc9c-worker-0-9qtnb: reconciler failed to Create machine: error getting addresses from IP pool: error retrieving bound IP address: no IPAddress is bound to claim wwei1215a-vqc9c-worker-0-9qtnb-claim-0-0
Expected results:
Scaling up should be successful.
Additional info: