New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update storageCluster API #152
Update storageCluster API #152
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
If we are officially dropping support for go 1.15, we should update the CI to reflect that. Probably push another PR to disable it and then we can waive it here. |
520afcd
to
8b22490
Compare
Storage Cluster API in the odf-operator does not have some of the newly added fields because of which while updating from odf-operator it is removing those fields from the k8s API server. eg. Spec.MultiCloudGateway.DbStorageClassName Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
8b22490
to
67ee9ed
Compare
|
🎉 Great news! Looks like all the dependencies have been resolved: 💡 To add or remove a dependency please update this issue/PR description. Brought to you by Dependent Issues (🤖 ). Happy coding! |
|
/test unit-tests |
3 similar comments
|
/test unit-tests |
|
/test unit-tests |
|
/test unit-tests |
|
@iamniting: The following test failed, say
Full PR test history. Your PR dashboard. Instructions 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/test-infra repository. I understand the commands that are listed here. |
|
Changes look good... but it seems that a change in how controller-runtime is doing things caused our unit tests to break in a way that very few would run into. So of course we did! The following PR in the CI should help alleviate this: openshift/release#24507 |
|
Success! /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iamniting, jarrpa 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 |
|
/cherrypick release-4.9 |
|
@jarrpa: #152 failed to apply on top of branch "release-4.9": In response to this:
Instructions 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/test-infra repository. |
Signed-off-by: Nitin Goyal nigoyal@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=2031023
Depends on #153