Remove beta warning

pull/20705/head
boruszak 2024-02-22 11:22:06 -08:00
parent 1920cabdb1
commit e434594ba7
1 changed files with 3 additions and 3 deletions

View File

@ -6,11 +6,11 @@ description: Learn how to enable the v2 catalog and configure services to suppor
# Configure multi-port services
<Warning>
<Note>
Multi-port services are part of a beta release. This documentation supports testing and development scenarios. Do not use multi-port services or the v2 catalog API in secure production environments.
Multi-port services require enabling [Consul's v2 architecture](/consul/docs/architecture/v2).
</Warning>
</Note>
This page describes the process for integrating a service that uses multiple ports in a single container when running Consul on Kubernetes deployments. It includes example configurations to demonstrate an end-to-end deployment test of Consul's multi-port features.