mirror of https://github.com/hashicorp/consul
Add beta tags to gateway docs (#7876)
parent
98005a79c4
commit
56dccd2b95
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: 'Configuration Entry Kind: Ingress Gateway'
|
page_title: 'Configuration Entry Kind: Ingress Gateway'
|
||||||
sidebar_title: ingress-gateway
|
sidebar_title: ingress-gateway <sup> Beta </sup>
|
||||||
description: >-
|
description: >-
|
||||||
The `ingress-gateway` config entry kind allows for configuring Ingress gateways
|
The `ingress-gateway` config entry kind allows for configuring Ingress gateways
|
||||||
with listeners that expose a set of services outside the Consul service mesh.
|
with listeners that expose a set of services outside the Consul service mesh.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Ingress Gateway
|
# Ingress Gateway <sup> Beta </sup>
|
||||||
|
|
||||||
-> **1.8.0+:** This config entry is available in Consul versions 1.8.0 and newer.
|
-> **1.8.0+:** This config entry is available in Consul versions 1.8.0 and newer.
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: 'Configuration Entry Kind: Terminating Gateway'
|
page_title: 'Configuration Entry Kind: Terminating Gateway'
|
||||||
sidebar_title: terminating-gateway
|
sidebar_title: terminating-gateway <sup> Beta </sup>
|
||||||
description: >-
|
description: >-
|
||||||
The `terminating-gateway` config entry kind allows for configuring terminating gateways
|
The `terminating-gateway` config entry kind allows for configuring terminating gateways
|
||||||
to proxy traffic from services in the Consul service mesh to services outside the mesh.
|
to proxy traffic from services in the Consul service mesh to services outside the mesh.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Terminating Gateway
|
# Terminating Gateway <sup> Beta </sup>
|
||||||
|
|
||||||
-> **1.8.0+:** This config entry is available in Consul versions 1.8.0 and newer.
|
-> **1.8.0+:** This config entry is available in Consul versions 1.8.0 and newer.
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: Connect - Ingress Gateways
|
page_title: Connect - Ingress Gateways
|
||||||
sidebar_title: Ingress Gateways
|
sidebar_title: Ingress Gateways <sup> Beta </sup>
|
||||||
description: >-
|
description: >-
|
||||||
An ingress gateway enables ingress traffic from services outside the Consul
|
An ingress gateway enables ingress traffic from services outside the Consul
|
||||||
service mesh to services inside the Consul service mesh. This section details
|
service mesh to services inside the Consul service mesh. This section details
|
||||||
how to use Envoy and describes how you can plug in a gateway of your choice.
|
how to use Envoy and describes how you can plug in a gateway of your choice.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Ingress Gateways
|
# Ingress Gateways <sup> Beta </sup>
|
||||||
|
|
||||||
-> **1.8.0+:** This feature is available in Consul versions 1.8.0 and newer.
|
-> **1.8.0+:** This feature is available in Consul versions 1.8.0 and newer.
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: Connect - Terminating Gateways
|
page_title: Connect - Terminating Gateways
|
||||||
sidebar_title: Terminating Gateways
|
sidebar_title: Terminating Gateways <sup> Beta </sup>
|
||||||
description: >-
|
description: >-
|
||||||
A terminating gateway enables traffic from services in the Consul
|
A terminating gateway enables traffic from services in the Consul
|
||||||
service mesh to services outside the mesh. This section details
|
service mesh to services outside the mesh. This section details
|
||||||
how to configure and run a terminating gateway.
|
how to configure and run a terminating gateway.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Terminating Gateways
|
# Terminating Gateways <sup> Beta </sup>
|
||||||
|
|
||||||
-> **1.8.0+:** This feature is available in Consul versions 1.8.0 and newer.
|
-> **1.8.0+:** This feature is available in Consul versions 1.8.0 and newer.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue