Extend IBMVPCMachineSpec to allow gen2 storage#2811
Conversation
✅ Deploy Preview for kubernetes-sigs-cluster-api-ibmcloud ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Pacho20 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @Pacho20. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/cc @Karthik-K-N |
|
/ok-to-test |
ea3f1c9 to
0d1083e
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Pacho20 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
I noticed we now validate the profile-specific max size for |
| // for more information. | ||
| // Default to general-purpose | ||
| // +kubebuilder:validation:Enum="general-purpose";"5iops-tier";"10iops-tier";"custom" | ||
| // +kubebuilder:validation:Enum="general-purpose";"5iops-tier";"10iops-tier";"custom";"sdp" |
There was a problem hiding this comment.
@Pacho20, the API changes should be going into v1beta2 as that is the current version maintained for VPC. v1beta1 can be ignored.
|
LGTM aside from the v1beta1 issue. |
What this PR does / why we need it:
This PR extends IBMVPCMachineSpec to support a new sdp profile, which is a second-generation storage solution for VSIs offering significantly improved performance. Users can now define clusters that leverage this new storage. The changes are backward-compatible, adding a new profile value and an optional field without breaking the existing API.
Release note: