From e6b3c26d5f5a2666feb45e54202e2e6962d65e4a Mon Sep 17 00:00:00 2001 From: Melisa Griffin Date: Thu, 14 Sep 2023 12:37:30 -0400 Subject: [PATCH] Removes errant word in docs that was breaking the build (#18804) --- .../docs/api-gateway/configuration/gatewayclassconfig.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx b/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx index c8ab4b3129..2fa35a7552 100644 --- a/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx +++ b/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx @@ -155,7 +155,6 @@ You can specify the following strings: * `trace` ### matchPrivilegedContainerPorts -```suggestion Specifies a value that Consul adds to privileged ports defined in the gateway. Privileged ports are port numbers less than 1024 and some platforms, such as Red Hat OpenShift, explicitly configure Kubernetes to avoid running containers on privileged ports. The total value of the configured port number and the `matchPriviledgedContainerPorts` value must not exceed 65535, which is the highest possible TCP port number allowed. for gateway containers * Type: Integer