Skip to content

Conversation

BlaineEXE
Copy link
Contributor

Add initial implementation for BucketClaim reconciliation based on
v1alpha2 KEP. This initial implementation covers only the first section
of Controller reconciliation for a new BucketClaim. Coverage ends at the
point where reconciliation is handed off to the Sidecar.

@k8s-ci-robot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Sep 26, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: BlaineEXE

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 26, 2025
Copy link

netlify bot commented Sep 26, 2025

Deploy Preview for container-object-storage-interface ready!

Name Link
🔨 Latest commit d587b32
🔍 Latest deploy log https://app.netlify.com/projects/container-object-storage-interface/deploys/68f135ed3e6acf0008c01531
😎 Deploy Preview https://deploy-preview-144--container-object-storage-interface.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot k8s-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Sep 26, 2025
@BlaineEXE BlaineEXE force-pushed the controller-bucketclaim-after-v1a2-skeleton branch from 696215f to b938411 Compare October 3, 2025 22:41
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 3, 2025
@BlaineEXE BlaineEXE force-pushed the controller-bucketclaim-after-v1a2-skeleton branch 3 times, most recently from b276db2 to b26e7f2 Compare October 8, 2025 19:56
@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Oct 8, 2025
@BlaineEXE BlaineEXE force-pushed the controller-bucketclaim-after-v1a2-skeleton branch 2 times, most recently from 437a8d2 to 4fc4441 Compare October 9, 2025 22:25
@k8s-ci-robot k8s-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Oct 9, 2025
@BlaineEXE BlaineEXE force-pushed the controller-bucketclaim-after-v1a2-skeleton branch 3 times, most recently from 4a2cf03 to bfac155 Compare October 14, 2025 00:40
@BlaineEXE BlaineEXE marked this pull request as ready for review October 14, 2025 00:41
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 14, 2025
@BlaineEXE BlaineEXE force-pushed the controller-bucketclaim-after-v1a2-skeleton branch 2 times, most recently from 6a87a7e to ecce544 Compare October 14, 2025 00:53
@BlaineEXE BlaineEXE marked this pull request as draft October 14, 2025 00:56
@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 14, 2025
@BlaineEXE BlaineEXE force-pushed the controller-bucketclaim-after-v1a2-skeleton branch from ecce544 to 941d700 Compare October 15, 2025 18:41
@BlaineEXE BlaineEXE marked this pull request as ready for review October 15, 2025 18:42
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 15, 2025
@k8s-ci-robot k8s-ci-robot requested a review from shanduur October 15, 2025 18:42
@BlaineEXE BlaineEXE force-pushed the controller-bucketclaim-after-v1a2-skeleton branch 4 times, most recently from 40a92de to 3824046 Compare October 16, 2025 16:13
// +kubebuilder:object:root=true
// +kubebuilder:subresource:status
// +kubebuilder:resource:scope=Cluster
// +kubebuilder:metadata:annotations="api-approved.kubernetes.io=https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/1979-object-storage-support"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: look into this. This is supposed to be the PR that introduced a particular API change in code, not the KEP. There is some way to indicate that it is unapproved alpha/beta work that we should use instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From KEP 1111, we should use a value beginning with unapproved instead of a link here. The KEP recommends including an explanation after.

I made the change to use api-approved.kubernetes.io=unapproved, experimental v1alpha2 changes, and I was able to install the CRDs in Minikube with no issues.

FYI: @xing-yang

@BlaineEXE BlaineEXE force-pushed the controller-bucketclaim-after-v1a2-skeleton branch from 3824046 to 23e5028 Compare October 16, 2025 18:04
Add initial implementation for BucketClaim reconciliation based on
v1alpha2 KEP. This initial implementation covers only the first section
of Controller reconciliation for a new BucketClaim. Coverage ends at the
point where reconciliation is handed off to the Sidecar.

Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>
@BlaineEXE BlaineEXE force-pushed the controller-bucketclaim-after-v1a2-skeleton branch from 23e5028 to d587b32 Compare October 16, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants