From 5341a55726dfa0d0e064668bff1075878dc71e38 Mon Sep 17 00:00:00 2001 From: Mike Beaumont Date: Fri, 30 Jun 2023 21:43:07 +0200 Subject: [PATCH 1/3] feat(MeshGatewayInstance): mention kuma.io/mesh (#1400) Signed-off-by: Mike Beaumont --- app/_src/policies/meshgatewayinstance.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/_src/policies/meshgatewayinstance.md b/app/_src/policies/meshgatewayinstance.md index e73624de6..9ef2a78d9 100644 --- a/app/_src/policies/meshgatewayinstance.md +++ b/app/_src/policies/meshgatewayinstance.md @@ -31,6 +31,11 @@ This `Deployment` deploys 2 replicas of `kuma-dp` and corresponding builtin gate The control plane also creates a new `Service` to send network traffic to the builtin `Dataplane` pods. The `Service` is of type `LoadBalancer`, and its ports are automatically adjusted to match the listeners on the corresponding `MeshGateway`. +{% tip %} +If you're not using the `default` `Mesh`, you'll need to _label_ the +`MeshGatewayInstance` using `kuma.io/mesh`. +{% endtip %} + ## Customization {% if_version lte:2.1.x %} From 219686f3cbcc2d1ecfa198d85ea7f9b9b720c750 Mon Sep 17 00:00:00 2001 From: "kumahq[bot]" <110050114+kumahq[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 06:14:38 +0200 Subject: [PATCH 2/3] chore(ci): auto update auto generated docs (#1401) Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com> Co-authored-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com> --- app/docs/dev/generated/kuma-cp.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/docs/dev/generated/kuma-cp.md b/app/docs/dev/generated/kuma-cp.md index 614a63cc0..31641fbdc 100644 --- a/app/docs/dev/generated/kuma-cp.md +++ b/app/docs/dev/generated/kuma-cp.md @@ -703,4 +703,8 @@ proxy: # Sets the envoy runtime value to limit maximum number of incoming # connections to a builtin gateway data plane proxy globalDownstreamMaxConnections: 50000 # ENV: KUMA_PROXY_GATEWAY_GLOBAL_DOWNSTREAM_MAX_CONNECTIONS + +tracing: + openTelemetry: + endpoint: "" # e.g. otel-collector:4317 ``` From 57d52e98e0527f1a9580a7127833f32be219952f Mon Sep 17 00:00:00 2001 From: "kumahq[bot]" <110050114+kumahq[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 11:23:49 +0200 Subject: [PATCH 3/3] chore(deps): update docs from repo source (#1402) Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com> Co-authored-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com> --- app/docs/dev/kuma-cp.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/docs/dev/kuma-cp.yaml b/app/docs/dev/kuma-cp.yaml index bbbff7002..e9cbca54d 100644 --- a/app/docs/dev/kuma-cp.yaml +++ b/app/docs/dev/kuma-cp.yaml @@ -697,3 +697,7 @@ proxy: # Sets the envoy runtime value to limit maximum number of incoming # connections to a builtin gateway data plane proxy globalDownstreamMaxConnections: 50000 # ENV: KUMA_PROXY_GATEWAY_GLOBAL_DOWNSTREAM_MAX_CONNECTIONS + +tracing: + openTelemetry: + endpoint: "" # e.g. otel-collector:4317