Skip to content

Commit

Permalink
feat(MeshGatewayInstance): mention kuma.io/mesh (#1400)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <[email protected]>
  • Loading branch information
michaelbeaumont committed Jun 30, 2023
1 parent d5a6719 commit 5341a55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/_src/policies/meshgatewayinstance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 5341a55

Please sign in to comment.