Blaine Gardner
Blaine Gardner
Planning doc: https://docs.google.com/document/d/15_Wi-ndKIrrew71J26E9pU7_NlIjrUKOQW-zcTKyLXQ @shanduur is working on POC as of 4 Apr 2024: > https://github.com/shanduur/cosi-e2e-tests
**Is this a bug report or feature request?** * Bug Report **Deviation from expected behavior:** Noted by external cluster user here: https://github.com/rook/rook/issues/14524#issuecomment-2270663742 User rgw admin ops user: ``` radosgw-admin user...
**Is this a bug report or feature request?** * Bug Report **Deviation from expected behavior:** Multus integration tests are failing since 24 July 2024. https://github.com/rook/rook/actions/workflows/multus.yaml These are failing in multiple...
CI multus and non-host network tests are currently verifying that legacy behavior is preserved. Let's follow up in a new PR to ensure the new `CSI_DISABLE_HOLDER_POD: "true"` behavior works greenfield...
Set up new cloudbuild tooling for the controller/sidecar subrepo layout. Controller and sidecar are both always built pushed to staging with the current git tag (e.g., v20240905-v0.1.0-58-g80979e8) as well as...
# Bug Report **What happened**: Currently, the COSI deployment manifest installs the cosi controller in `default` namespace. This is fine for a POC, but not for a stable project. **What...
Add the test-e2e, lint, and lint-fix targets that are suggested by kubebuilder, with adjustments to work for COSI monorepo.
Finish the process of deprecating holder pods by removing Rook's ability to deploy them. The intent of this change is to make the most superficial changes possible to accomplish this....
When generating the HTTP client used for RGW admin ops, use both system certs as well as the user-given cert. As a real world example, admins may use ACME to...