-
Notifications
You must be signed in to change notification settings - Fork 407
RFE-7406: Include the K8s ingress resource in namespace inspect collection #2004
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
base: main
Are you sure you want to change the base?
Conversation
@oarribas: This pull request references RFE-7406 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the feature request to target the "4.19.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: oarribas The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@oarribas: This pull request references RFE-7406 which is a valid jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
/retest |
1 similar comment
/retest |
I think, we can't merge anything without having concrete metrics about how the change will impact the logs size and duration -- Especially after trying to fix and lower the logs sizes due to some issues. I'd prefer waiting for the acceptance of the RFE by the workloads team first. |
/retest |
@ardaguclu bear in mind that this resource is used only in user application namespaces. This means that must-gather should not collect it and should hence not see a difference in size by default. The difference in size would happen only when the customer runs the inspect on their own application namespaces (something we need quite often to provide good support). And in that case:
|
/retest |
3 similar comments
/retest |
/retest |
/retest |
it's not clear the test is really failing because the changes in this PR /retest |
/retest |
1 similar comment
/retest |
Checking the failing job [1], I cannot identify where the error with the check is. Not clear if caused by the changes in this PR, or any issue with the check. /retest |
/retest |
2 similar comments
/retest |
/retest |
Changed spaces to tabs |
/retest |
/retest-required |
2 similar comments
/retest-required |
/retest-required |
/retest-required |
@oarribas: all tests passed! 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-sigs/prow repository. I understand the commands that are listed here. |
Including the K8s
ingress.networking.k8s.io
resource in namespace inspect collections could help to identify if the K8s ingress is in use.It shouldn't increase the size of the inspect or must-gather a lot, as the resource shouldn't be too big.