NETOBSERV-2092: drops & net-events integration#2581
NETOBSERV-2092: drops & net-events integration#2581jotak wants to merge 1 commit intonetobserv:mainfrom
Conversation
Enable drops in the console when network events is enabled. Same for drop metrics.
|
@jotak: This pull request references NETOBSERV-2092 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 story to target the "4.22.0" version, but no target version was set. DetailsIn 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: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2581 +/- ##
=======================================
Coverage 72.39% 72.39%
=======================================
Files 105 105
Lines 10851 10851
=======================================
Hits 7856 7856
Misses 2518 2518
Partials 477 477
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
/ok-to-test |
|
New images: quay.io/netobserv/network-observability-operator:48cb6c8
quay.io/netobserv/network-observability-operator-bundle:v0.0.0-sha-48cb6c8
quay.io/netobserv/network-observability-operator-catalog:v0.0.0-sha-48cb6c8They will expire in two weeks. To deploy this build: # Direct deployment, from operator repo
IMAGE=quay.io/netobserv/network-observability-operator:48cb6c8 make deploy
# Or using operator-sdk
operator-sdk run bundle quay.io/netobserv/network-observability-operator-bundle:v0.0.0-sha-48cb6c8Or as a Catalog Source: apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: netobserv-dev
namespace: openshift-marketplace
spec:
sourceType: grpc
image: quay.io/netobserv/network-observability-operator-catalog:v0.0.0-sha-48cb6c8
displayName: NetObserv development catalog
publisher: Me
updateStrategy:
registryPoll:
interval: 1m |
Description
Enable drops in the console when network events is enabled. Same for drop metrics.
Dependencies
Checklist