You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/opa/pages/implementation-notes.adoc
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,17 @@ OPA runs on each Node to avoid requiring network round trips for services making
14
14
Local access is ensured via an https://kubernetes.io/docs/concepts/services-networking/service-traffic-policy/[`InternalTrafficPolicy`].
15
15
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.
16
16
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`.
0 commit comments