From 0bb1e803d6d7cef47970809ee36523bc19114ef4 Mon Sep 17 00:00:00 2001 From: Amber Alston Date: Wed, 27 Nov 2024 10:53:13 -0700 Subject: [PATCH] Update testing-ingress.md --- docs/vendor/testing-ingress.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/vendor/testing-ingress.md b/docs/vendor/testing-ingress.md index 6e9bc43979..d07ff71a4b 100644 --- a/docs/vendor/testing-ingress.md +++ b/docs/vendor/testing-ingress.md @@ -29,10 +29,10 @@ Ingress is also not perfectly portable; each ingress controller might require di Supported ingress controllers vary based on the distribution. Compatibility matrix supports ingress controllers that are running as a `NodePort` service. -### Compatibility Matrix Tunnels (Beta) +### Compatibility Matrix Tunnels All VM-based Compatibility Matrix clusters support tunneling traffic into a `NodePort` service. When this option is used, Replicated is responsible for creating the DNS record and TLS certs. -Replicated will route traffic from `:443` and/or `:80` into the `NodePort` service you defined. For more information about using tunnels, see [Managing Compatibility Matrix Tunnels (Beta)](#manage-nodes) below. +Replicated will route traffic from `:443` and/or `:80` into the `NodePort` service you defined. For more information about using tunnels, see [Managing Compatibility Matrix Tunnels](#manage-nodes) below. The following diagram shows how the traffic is routed into the service using Compatibility Matrix tunnels: @@ -40,11 +40,7 @@ The following diagram shows how the traffic is routed into the service using Com [View a larger version of this image](/images/compatibility-matrix-ingress.png) -## Managing Compatibility Matrix Tunnels (Beta) {#manage-nodes} - -:::note -Compatibity matrix tunnels are a beta feature. -::: +## Managing Compatibility Matrix Tunnels {#manage-nodes} Tunnels are viewed, created, and removed using the Compatibility Matrix UI within Vendor Portal, the Replicated CLI, GitHub Actions, or directly with the Vendor API v3. There is no limit to the number of tunnels you can create for a cluster and multiple tunnels can connect to a single service, if desired.