From 50103a0b2f7b47d257d980180ee4be7bae3b896b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20S=C5=82onka?= Date: Tue, 7 Nov 2023 16:28:54 +0100 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Krzysztof SÅ‚onka --- app/_src/production/upgrades-tuning/fine-tuning.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/_src/production/upgrades-tuning/fine-tuning.md b/app/_src/production/upgrades-tuning/fine-tuning.md index b1597e1a0..67167c9d7 100644 --- a/app/_src/production/upgrades-tuning/fine-tuning.md +++ b/app/_src/production/upgrades-tuning/fine-tuning.md @@ -28,7 +28,7 @@ Follow the {% if_version lte:2.1.x %}[transparent proxying](/docs/{{ page.versio Starting with release 2.5 the problem stated in [reachable services](#reachable-services) section can be also mitigated by defining [MeshTrafficPermissions](/docs/{{ page.version }}/policies/meshtrafficpermission) in combination with: -- `KUMA_EXPERIMENTAL_AUTO_REACHABLE_SERVICES=true` environment variable set on **global CP** (for helm use `--set {{site.set_flag_values_prefix}}controlPlane.envVars.KUMA_EXPERIMENTAL_AUTO_REACHABLE_SERVICES=true`) and +- `KUMA_EXPERIMENTAL_AUTO_REACHABLE_SERVICES=true` environment variable set on **zone CP** (for helm use `--set {{site.set_flag_values_prefix}}controlPlane.envVars.KUMA_EXPERIMENTAL_AUTO_REACHABLE_SERVICES=true`) and - [mTLS enabled in strict mode](/docs/{{ page.version }}/policies/mutual-tls/) Switching on the flag will result in computing a graph of dependencies between the services @@ -68,12 +68,12 @@ Sections below highlight the most important aspects of this feature, if you want The following kinds affect the graph generation and performance: - all levels of `MeshService` -- [top](/docs/{{ page.version }}/policies/targetref/#target-resources) level `MeshSubset` and `MeshServiceSubset` with `k8s.kuma.io/namespace`, `k8s.kuma.io/service`, `k8s.kuma.io/port` labels +- [top](/docs/{{ page.version }}/policies/targetref/#target-resources) level `MeshSubset` and `MeshServiceSubset` with `k8s.kuma.io/namespace`, `k8s.kuma.io/service`, `k8s.kuma.io/port` tags - [from](/docs/{{ page.version }}/policies/targetref/#target-resources) level `MeshSubset` and `MeshServiceSubset` with all labels If you define a MeshTrafficPermission with other kind, like this one: -```yaml +```policy_yaml apiVersion: kuma.io/v1alpha1 kind: MeshTrafficPermission metadata: