Skip to content

Commit 0f6400f

Browse files
committed
fix typo
1 parent 2005679 commit 0f6400f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/modules/opa/pages/implementation-notes.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,17 @@ OPA runs on each Node to avoid requiring network round trips for services making
1414
Local access is ensured via an https://kubernetes.io/docs/concepts/services-networking/service-traffic-policy/[`InternalTrafficPolicy`].
1515
This means that https://kubernetes.io/docs/concepts/workloads/pods/[Pods] accessing OPA via the service discovery are routed to the OPA Pod on the same https://kubernetes.io/docs/concepts/architecture/nodes/[Node] to reduce request latency and network traffic.
1616

17-
This should be the default entrypoint and has the same name as the defined OPA cluster. If the `metadata.name` is `opa`, this service is called `opa`.
17+
This should be the default entrypoint and has the same name as the defined OPA cluster.
18+
19+
If the `metadata.name` is `opa`, this service is called `opa`.
1820

1921
=== Cluster Traffic Policy (load-balanced / round-robin)
2022

2123
This service is called as the OPA cluster suffixed with `-lb`. This entrypoint can be used if latency (e.g. no network requests) is less important.
2224
Evaluating complicated rego rules may take some time depending on the provided resources, and can be the limiting factor in e.g. bulk requests.
2325
Therefore, using this service, every Pod in the cluster is utilized to evaluate policies than instead e.g. just one.
2426

25-
If the `metadata.name` if `opa`, this service is called `opa-lb`.
27+
If the `metadata.name` is `opa`, this service is called `opa-lb`.
2628

2729
== OPA Bundle Builder
2830

0 commit comments

Comments
 (0)