forked from rook/rook
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
Resync from upstream release-1.9 to downstream 4.11 #374
Merged
Conversation
This file contains 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
adding support for go 1.18 but rook master still build on 1.17. Signed-off-by: subhamkrai <srai@redhat.com> (cherry picked from commit 4283973)
moving setting csi parameter to setParams function as `setParams` is mostly used to set the csi parameters for the templates. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com> (cherry picked from commit c255e35)
Allow defining ingressClassName on K8S clusters v1.20+ that uses networking.k8s.io/v1 Signed-off-by: Casper Biering <casper@biering.dk> (cherry picked from commit 9aa16ac)
helm: ingressClassName should be available for networking.k8s.io/v1 (backport #10132)
csi: move setting csi param to setParams (backport #10124)
build: add support for go 1.18 (backport #10127)
A new Ceph-CSI release is out so let's use it. Signed-off-by: Sébastien Han <seb@redhat.com> (cherry picked from commit 1093b0a)
The endpoint on the rgw realm pull spec is causing a failure if not specified even when it is not expected to be required. Now the endpoint has the json property to be ommitted if not specified. Signed-off-by: Travis Nielsen <tnielsen@redhat.com> (cherry picked from commit 7f70977)
csi: update cephcsi to v3.6.1 release (backport #10150)
core: RGW realm pull spec is optional (backport #10139)
The "data" field only accepts base64 strings and our env var is not. So let's use stringData to prevent an error from the API server: ``` "v1" cannot be handled as a Secret: illegal base64 data at input byte 29 ``` Signed-off-by: Sébastien Han <seb@redhat.com> (cherry picked from commit edfd120)
ci: use stringData instead of data for secret (backport #10156)
Support is removed for k8s for various limitations such as priority classes not working and csi driver feature incompleteness and missing snapshots. Documentation is updated with the new min version of k8s 1.17 and also the tests are updated to run on the min version of 1.17. Signed-off-by: Travis Nielsen <tnielsen@redhat.com> (cherry picked from commit d26b6cf)
build: Update min version to k8s 1.17 (backport #10123)
updating go ceph version to 0.15.0 will no longer require `ceph_preview` during build. Also if added in VsCode workspace we can remove that now. Signed-off-by: subhamkrai <srai@redhat.com> (cherry picked from commit 6de3e3d)
The access/secrets keys for the user struct need to allocate only if ceph user creation succeeds. Signed-off-by: Jiffin Tony Thottan <thottanjiffin@gmail.com> (cherry picked from commit 60da73a)
build: update go-ceph version and remove ceph_preview (backport #10125)
The CSI package needs to load clusterInfo, today this code is in the mon package which makes the call of LoadClusterInfo impossible without having a circular import. Signed-off-by: Sébastien Han <seb@redhat.com> (cherry picked from commit 583791c)
The CI runs will now collect all the secrets and configmaps available. Signed-off-by: Sébastien Han <seb@redhat.com> (cherry picked from commit 79dbb35)
ci: wait for cert while deploying vault (backport #10173)
core: fix csi-cephfsplugin pod restart on non-hostnetworking env (backport #9925)
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: leseb 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 |
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.
Resync from upstream release-1.9 to downstream 4.11