Skip to content

Commit 829ec00

Browse files
authored
Merge pull request #57695 from tmalove/netobserv-ocpbugs-10654-tlove
[OCPBUGS-10654]: Fix a typo and remove a list item
2 parents 849f694 + 56c7212 commit 829ec00

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

modules/network-observability-flowcollector-view.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ spec:
4747
loki: <3>
4848
url: 'http://loki-gateway-http.netobserv.svc:8080/api/logs/v1/network'
4949
statusUrl: 'https://loki-query-frontend-http.netobserv.svc:3100/'
50-
tenantID: network
5150
authToken: FORWARD
5251
tls:
5352
enable: true

modules/network-observability-operator-install.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ You can install the Network Observability Operator using the {product-title} web
2222
* *spec.agent.ebpf.Sampling* : Specify a sampling size for flows. Lower sampling sizes will have higher impact on resource utilization. For more information, see the `FlowCollector` API reference, under spec.agent.ebpf.
2323
* *spec.deploymentModel*: If you are using Kafka, verify Kafka is selected.
2424
* *loki.url*: Since authentication is specified separately, this URL needs to be updated to `https://loki-gateway-http.netobserv.svc:8080/api/logs/v1/network`. The first part of the URL, "loki", should match the name of your LokiStack.
25-
* *loki.tenantID*: Set this to `network`.
2625
* *loki.statusUrl*: Set this to `https://loki-query-frontend-http.netobserv.svc:3100/`.
2726
* *loki.authToken*: Select the `FORWARD` value.
2827
* *tls.enable*: Verify that the box is checked so it is enabled.

modules/network-observability-roles-create.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Specify authentication and authorization configurations by defining `ClusterRole
99

1010
.Procedure
1111

12-
. Using the web console, click the Imoport icon, *+*.
12+
. Using the web console, click the Import icon, *+*.
1313
. Drop your YAML file into the editor and click *Create*:
1414
+
1515
[source, yaml]

0 commit comments

Comments
 (0)