Syncing latest changes from upstream main for ceph-csi-operator#195
Merged
openshift-merge-bot[bot] merged 23 commits intomainfrom May 11, 2026
Merged
Syncing latest changes from upstream main for ceph-csi-operator#195openshift-merge-bot[bot] merged 23 commits intomainfrom
openshift-merge-bot[bot] merged 23 commits intomainfrom
Conversation
Updating the existing document to make things more clear to the migration and also point to the cephcsi repo for secrets and classes. Signed-off-by: Madhu Rajanna <[email protected]> Assisted-by: Claude
Adding github action to ensure that upgrade passes from released version to the PR version. Signed-off-by: Madhu Rajanna <[email protected]> Assisted-by: Claude
ci: add github action for upgrade tests
doc: update the document for sc and secret
Adding the SCC support for the yaml and helm deployment model and update the required documentation. Signed-off-by: Madhu Rajanna <[email protected]> Assisted-by: Calude
Add openshift SCC to the deployments
In order to support configureable arguments. In our case, we need to be able to modify the following parameters on csi driver: ``` --rbdhardmaxclonedepth=<int> --rbdsoftmaxclonedepth=<int> ``` using the `containerExtraArgs:` will be able to add extra arguments on the driver executable / docker command line Signed-off-by: Vassilis Aretakis <[email protected]> Co-authored-by: Madhu Rajanna <[email protected]>
use replace instead of apply to avoid metadata too long error in upgrade tests. Signed-off-by: Madhu Rajanna <[email protected]>
feat: add extraArguments support for CSI drivers
add enableFencing to the ceph-csi-driver chart configurable on operatorconfig cr as well as on driver cr Signed-off-by: Rewant Soni <[email protected]>
helm: add enableFencing para to ceph-csi-driver chart
add enabled flag so that we can disable log rotation when required in the ceph-csi-driver chart Signed-off-by: Rewant Soni <[email protected]>
helm: add enabled flag for log rotation in ceph-csi-driver chart
add github action for build-openshift-installer Signed-off-by: Rewant Soni <[email protected]>
Signed-off-by: Rewant Soni <[email protected]>
CSI template and RBAC's are shipped as another charts. we dont need to add the csi RBAC to the operator charts. Signed-off-by: Madhu Rajanna <[email protected]>
updating the helmify version to the latest .20 release. Signed-off-by: Madhu Rajanna <[email protected]>
after the helmify is updated to new version there are new fields added, add those generated updated to the repo. Signed-off-by: Madhu Rajanna <[email protected]> Co-authored-by: Allen Conlon <[email protected]>
Add support to set the priorityClass to the operator deployment. Signed-off-by: Madhu Rajanna <[email protected]> Co-authored-by: Rewant Soni <[email protected]>
github action for openshift-installer
helm: remove csi RBAC from the operator
Member
|
/lgtm |
116b2c7 to
3558c82
Compare
3558c82 to
512bc95
Compare
…-main Signed-off-by: DF Build Team <[email protected]>
add generated bundle changes Signed-off-by: DF Build Team <[email protected]>
512bc95 to
49af3fe
Compare
Member
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: df-build-team, Madhu-1 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR containing the latest commits from upstream main branch