cluster-api-provider-ibmcloud
cluster-api-provider-ibmcloud copied to clipboard
Cluster API Provider for IBM Cloud
/kind bug /area provider/ibmcloud **What steps did you take and what happened:** [A clear and concise description of what the bug is.] Need a refactoring on deletion logic of VPC...
/kind feature /area provider/ibmcloud **Describe the solution you'd like** [A clear and concise description of what you want to happen.] For better debugging we can set this policy to managers...
/kind feature /area provider/ibmcloud **Describe the solution you'd like** [A clear and concise description of what you want to happen.] Currently in a PowerVS cluster once the values for zone...
**What this PR does / why we need it**: This PR adds - Logs wherever necessary - Proper naming for PowerVS and VPC - Consistent error format starting with `failed...
**What this PR does / why we need it**: 1. This PR adds a .yamllint config file which has rules to config yamllint to enhance linting for yaml files. The...
/kind bug /area provider/ibmcloud **What steps did you take and what happened:** [A clear and concise description of what the bug is.] Tried creating a PowerVS cluster with create infra...
/kind feature /area provider/ibmcloud **Describe the solution you'd like** Explore and document the changes required to create an e2e test for the new infra creation flow that has been added...
/kind feature /area provider/ibmcloud **Describe the solution you'd like** [A clear and concise description of what you want to happen.] cluster api supports pausing the workload cluster https://github.com/Karthik-K-N/cluster-api/blob/main/api/v1beta1/cluster_types.go#L48, Explore and...
Document and update logic in controllers for handling the resources identified by either ID or Name.
/kind feature /area provider/ibmcloud **Describe the solution you'd like** [A clear and concise description of what you want to happen.] Currently for any cloud resource for example [PowerVS workspace](https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/blob/fbbd4e6bec827bcd9dc5e4d9eab15823d403027f/api/v1beta2/ibmpowervsmachine_types.go#L141), TransitGateway,...
Create a v2 path that will be used for the new Infrastructure implementation for VPC Clusters. All new functionality will be placed in these new v2 paths, based on the...