Closed Karthik-K-N closed 2 weeks ago
Name | Link |
---|---|
Latest commit | a40918b6f6374f540b5d999afc91f0c822f9d46d |
Latest deploy log | https://app.netlify.com/sites/kubernetes-sigs-cluster-api-ibmcloud/deploys/672b87bf8f134f0007ff399b |
Deploy Preview | https://deploy-preview-2039--kubernetes-sigs-cluster-api-ibmcloud.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
/hold Ready for review but hold for some testing.
/cc @dharaneeshvrd
/unhold Verified creating a CAPI cluster and machine provider id was set as expected.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: dharaneeshvrd, Karthik-K-N, mkumatag
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What this PR does / why we need it:
This PR modifies the logic around setting provider id. There were many instances where provider id was not set properly and the cluster creation was not successfull. Main reason for that is service instance id being set empty.
Made changes to fetch service instance id from name if id not found in spec or status. This case will occur mainly when cluster is reconciled by external controller. Made changes to return error instead of empty string in case of not able to find service instance id.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged): Fixes #Special notes for your reviewer:
/area provider/ibmcloud
Release note: