IBM / cluster-api-provider-ibmvpccloud

Apache License 2.0
3 stars 2 forks source link

cluster-api can not get node by ProviderID #3

Open wentao-zh opened 3 years ago

wentao-zh commented 3 years ago
E0104 04:28:13.600248       1 machine_controller_noderef.go:152] controllers/Machine "msg"="Failed to parse ProviderID" "error"="providerID is empty" "providerID"={} "node"="ibm-vpc-1-md-0-9lc7k"

capi-controller-manager reported the error above. And machine PHASE stuck at Provisioning. The status of machine like the following.

  conditions:
  - lastTransitionTime: "2021-01-03T11:29:37Z"
    status: "True"
    type: Ready
  - lastTransitionTime: "2021-01-03T11:29:16Z"
    status: "True"
    type: BootstrapReady
  - lastTransitionTime: "2021-01-03T11:29:37Z"
    status: "True"
    type: InfrastructureReady
  - lastTransitionTime: "2021-01-03T11:31:49Z"
    reason: NodeProvisioning
    severity: Warning
    status: "False"
    type: NodeHealthy