-
Notifications
You must be signed in to change notification settings - Fork 9
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
Final resync for downstream release-4.15 to pick up the v1.13.1 upstream release #550
Conversation
Signed-off-by: subhamkrai <[email protected]> (cherry picked from commit 54b3c9f)
ci: upgrade kubernetes version to latest version (backport #13400)
Signed-off-by: Charlie Haley <[email protected]> (cherry picked from commit 0768eb1)
Allow changing spec.network.hostNetwork settings on a running cluster by failing over the mons Signed-off-by: sp98 <[email protected]> (cherry picked from commit 42ea289)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 4782ccf)
Update Rook operator base image and example manifests to the latest Ceph version released late last week v18.2.1. Signed-off-by: Blaine Gardner <[email protected]> (cherry picked from commit 01d7b22)
build: update base and manifests to ceph v18.2.1 (backport #13428)
Fix duplicates tolerations in operator Deployment Resolves #13416 Signed-off-by: Julien Francoz <[email protected]> (cherry picked from commit 1171b60)
helm: Fix duplicate tolerations (backport #13418)
Quite some improvements have been included in the recently released v0.8.0 of the CSI-Addons sidecar for Kubernetes. Rook users will benefit from running the latest version of the sidecar when deploying Ceph-CSI. See-also: https://github.com/csi-addons/kubernetes-csi-addons/releases/tag/v0.8.0 Signed-off-by: Niels de Vos <[email protected]> (cherry picked from commit 1ca1257)
I was debugging helm tests, I noticed, the operator namespace content is empty and operator is created in same namespace as other pods. Also, let's collect the 'kube-system' namespace logs in multus test only as that is the only test where we need to debug cluster networking and require kube-system logs. Signed-off-by: subhamkrai <[email protected]> (cherry picked from commit 2d3e561)
This commit removes the gRPC metrics svc which was missed in PR #13166. Signed-off-by: Praveen M <[email protected]> (cherry picked from commit 17c9a06)
csi: remove gRPC metrics service (backport #13439)
mon: allow changing hostNetwork settings (backport #12369)
build(deps): bump actions/upload-artifact from 3 to 4 (backport #13424)
helm: allow configuring monitoring interval (backport #13408)
ci: improve collect-log script (backport #13441)
csi: update the CSI-Addons sidecar to v0.8.0 (backport #13411)
This commit updates default cephcsi driver version to v3.10.1 Signed-off-by: Riya Singhal <[email protected]> (cherry picked from commit ef1ee6e)
Signed-off-by: Riya Singhal <[email protected]> (cherry picked from commit 9202e20)
csi: update default cephcsi version to 3.10.1 (backport #13442)
csi: implement network fencing for cephFS (backport #13348)
For the patch release update the examples and manifests to v1.13.1 Signed-off-by: travisn <[email protected]>
Both the helm tests are failing because, ``` 2023-12-19 08:47:06.136640 E | ceph-file-controller: failed to reconcile CephFilesystem "helm-ns/ceph-filesystem-test". CephFilesystem "helm-ns/ceph-filesystem-test" will not be deleted until all dependents are removed: CephFilesystemSubVolumeGroups: [ceph-filesystem-test-csi] ``` So, let's remove the ceph SVGs before removing Ceph filesystem. Signed-off-by: subhamkrai <[email protected]> (cherry picked from commit d8766ff)
ci: Remove ceph SVGs in helm test
build: Update release version to v1.13.1
@travisn: No Bugzilla bug is referenced in the title of this pull request. 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: travisn 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 |
Description of your changes:
Final resync for downstream release-4.15 to pick up the v1.13.1 upstream release
Checklist:
skip-ci
on the PR.