Closed Karthik-K-N closed 2 weeks ago
Name | Link |
---|---|
Latest commit | 56178e53d1c867a1bfb0ff9dc4254efff22a437b |
Latest deploy log | https://app.netlify.com/sites/kubernetes-sigs-cluster-api-ibmcloud/deploys/672b368b6ca030000850690a |
Deploy Preview | https://deploy-preview-2037--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
Trying to see if some rearrange of code might fix the issue.
Ready for review. Will unhold after some testing.
@Karthik-K-N: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
pull-cluster-api-provider-ibmcloud-apidiff | 56178e53d1c867a1bfb0ff9dc4254efff22a437b | link | false | /test pull-cluster-api-provider-ibmcloud-apidiff |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: Amulyam24, 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 allows to create cos bucket and push ignition data to it only when IBMPowerVSCluster.Spec.Ignition is set because COS Instance is created only when this is set.
Even if user data format is ignition and IBMPowerVSCluster.Spec.Ignition is nil, the code will eventually fail to fetch cos instance as it might not be created.
Removed create infra anotation checks in machine controller as it might not needed.
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: