-
Notifications
You must be signed in to change notification settings - Fork 42
NETOBSERV-2485: DNS optimization, avoid searching for various suffixes #2227
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -81,11 +81,11 @@ spec: | |
| loki: | ||
| mode: Monolithic | ||
| monolithic: | ||
| url: 'http://my-netobserv-loki.netobserv.svc:3100/' | ||
| url: 'http://my-netobserv-loki.netobserv.svc.cluster.local.:3100/' | ||
| prometheus: | ||
| querier: | ||
| manual: | ||
| url: http://my-netobserv-prometheus-server.netobserv.svc/ | ||
| url: http://my-netobserv-prometheus-server.netobserv.svc.cluster.local./ | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's an extra "." before ":3100". |
||
| EOF | ||
| ``` | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -63,11 +63,11 @@ spec: | |
| loki: | ||
| mode: Monolithic | ||
| monolithic: | ||
| url: 'http://my-netobserv-loki.netobserv.svc:3100/' | ||
| url: 'http://my-netobserv-loki.netobserv.svc.cluster.local.:3100/' | ||
| prometheus: | ||
| querier: | ||
| manual: | ||
| url: http://my-netobserv-prometheus-server.netobserv.svc/ | ||
| url: http://my-netobserv-prometheus-server.netobserv.svc.cluster.local./ | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same extra "." |
||
| EOF | ||
|
|
||
| # Check components image: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -203,7 +203,7 @@ metadata: | |
| }, | ||
| "enable": false | ||
| }, | ||
| "url": "http://loki.netobserv.svc:3100/" | ||
| "url": "http://loki.netobserv.svc.cluster.local.:3100/" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's an extra "." before ":3100". This one is critical, since this is a YAML file unlike before which were just documents. It seems this issue is in many other places so correct them all. |
||
| }, | ||
| "readTimeout": "30s", | ||
| "writeBatchSize": 10485760, | ||
|
|
@@ -253,7 +253,7 @@ metadata: | |
| categories: Monitoring, Networking, Observability | ||
| console.openshift.io/plugins: '["netobserv-plugin"]' | ||
| containerImage: quay.io/netobserv/network-observability-operator:1.10.0-community | ||
| createdAt: "2025-11-26T13:16:01Z" | ||
| createdAt: "2025-11-13T07:42:38Z" | ||
| description: Network flows collector and monitoring solution | ||
| operatorframework.io/initialization-resource: '{"apiVersion":"flows.netobserv.io/v1beta2", | ||
| "kind":"FlowCollector","metadata":{"name":"cluster"},"spec": {}}' | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an extra "." before ":3100".