-
Notifications
You must be signed in to change notification settings - Fork 26
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
NETOBSERV-1190: change DNS to use latency instead of TS #395
NETOBSERV-1190: change DNS to use latency instead of TS #395
Conversation
Signed-off-by: msherif1234 <[email protected]>
when creating ebpf pod in privileged mode we got Error creating: pods "netobserv-ebpf-agent-" is forbidden: unable to validate against any security context constraint Signed-off-by: msherif1234 <[email protected]>
Signed-off-by: msherif1234 <[email protected]>
Signed-off-by: msherif1234 <[email protected]>
Signed-off-by: msherif1234 <[email protected]>
Signed-off-by: msherif1234 <[email protected]>
@msherif1234: This pull request references NETOBSERV-1190 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 kubernetes/test-infra repository. |
/ok-to-test |
Codecov Report
@@ Coverage Diff @@
## main #395 +/- ##
==========================================
- Coverage 54.52% 53.67% -0.85%
==========================================
Files 44 44
Lines 5423 5559 +136
==========================================
+ Hits 2957 2984 +27
- Misses 2259 2360 +101
- Partials 207 215 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
|
New images:
They will expire after two weeks. To deploy this build: # Direct deployment, from operator repo
IMAGE=quay.io/netobserv/network-observability-operator:70e53a0 make deploy
# Or using operator-sdk
operator-sdk run bundle quay.io/netobserv/network-observability-operator-bundle:v0.0.0-70e53a0 Or 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-70e53a0
displayName: NetObserv development catalog
publisher: Me
updateStrategy:
registryPoll:
interval: 1m |
/lgtm |
thanks! |
@msherif1234 you need to run |
This PR depends on PR netobserv#331 so 331 need to be merged 1st Signed-off-by: msherif1234 <[email protected]>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jotak 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 |
This PR need to be merged once
are merged