From 5341a55726dfa0d0e064668bff1075878dc71e38 Mon Sep 17 00:00:00 2001 From: Mike Beaumont Date: Fri, 30 Jun 2023 21:43:07 +0200 Subject: [PATCH] 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 %}