Skip to content
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

Sync the release-4.17 branch with respect to main branch #200

Merged
merged 16 commits into from
Sep 18, 2024

Conversation

yati1998
Copy link
Member

There are multiple PRs which was not backported to 4.17,
syncing them all here.

yati1998 and others added 15 commits July 31, 2024 14:28
this commit refactors the collection of resources in
all namespaces to reduce code duplicacy.

Signed-off-by: yati1998 <[email protected]>
This PR adds support of fetching the pod metadata
using the kubernetes API.

An additional pod-metadata.json file is created in the
report with the dump of entire metadata for the pod.

A much simpler debug log stating the image version being
used is printed to the console as well.

Signed-off-by: Niraj Yadav <[email protected]>
This PR updates the ImagePullPolicy for the must-gather
pod to Always.

This adds value to the development phase where one can just
delete the pod and have an updated one with the latest image.

Prior to this one had to use different tags for each test
which was not ideal.

Note: This would not increase pod deploy timinigs in prod env
as we do not update the prod image that often and ImagePullPolicy
of always first checks the SHA sum from registry against local cache.

If the image is cached locally, it is not pulled again.

Signed-off-by: Niraj Yadav <[email protected]>
refactor collection of resources in all namespace
this commit collects new crds details which
are newly created by ceph-csi-operator

Signed-off-by: yati1998 <[email protected]>
Include pod metadata in must-gather output
add new crds created by ceph csi operation
currently client operator has started using csi operator
so collecting the csi logs from a new host path
hat csi-operator supports

Signed-off-by: parth-gr <[email protected]>
Bug 2308101: logrotate: add logrotate functionality for csi operator
currently client operator has started using csi operator
so collecting the csi logs from a new host path
hat csi-operator supports

Signed-off-by: parth-gr <[email protected]>
Bug 2308101: logrotate: add logrotate functionality for csi operator
Add missing PIDs while collecting ceph logs
This patch fixes the failing local builds and
also cleans up the Dockerfile

Signed-off-by: Niraj Yadav <[email protected]>
Copy link
Contributor

openshift-ci bot commented Sep 18, 2024

@yati1998: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh.

In response to this:

Sync the release-4.17 branch with respect to main branch

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-sigs/prow repository.

@yati1998
Copy link
Member Author

cc @agarwal-mudit

build: Fix local builds and cleanup Dockerfile
@black-dragon74
Copy link
Collaborator

/lgtm
/approve

Copy link
Contributor

openshift-ci bot commented Sep 18, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: black-dragon74, yati1998

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:
  • OWNERS [black-dragon74,yati1998]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit b00244d into release-4.17 Sep 18, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants