Skip to content

Commit ccc778a

Browse files
committed
WIP
1 parent 2082873 commit ccc778a

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

site/content/how-to/traffic-management/securing-backend-traffic.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ Learn how to encrypt HTTP traffic between NGINX Gateway Fabric and your backend
1212

1313
In this guide, we will show how to specify the TLS configuration of the connection from the Gateway to a backend pod/s via the Service API object using a [BackendTLSPolicy](https://gateway-api.sigs.k8s.io/api-types/backendtlspolicy/). This covers the use-case where the service or backend owner is doing their own TLS and NGINX Gateway Fabric needs to know how to connect to this backend pod that has its own certificate over HTTPS.
1414

15+
## Note on Gateway API Experimental Features
16+
17+
{{<include "installation/install-gateway-api-experimental-features.md" >}}
18+
1519
## Before you begin
1620

17-
- [Install]({{< relref "installation/" >}}) NGINX Gateway Fabric. Please note that the Gateway APIs from the experimental channel are required, and NGF must be deployed with the `--gateway-api-experimental-features` flag.
21+
- [Install]({{< relref "installation/" >}}) NGINX Gateway Fabric with experimental features enabled.
1822
- Save the public IP address and port of NGINX Gateway Fabric into shell variables:
1923

2024
```text

site/content/how-to/traffic-management/tls-passthrough.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ Learn how to use TLSRoutes to configure TLS Passthrough load-balancing with NGIN
1111

1212
In this guide, we will show how to configure TLS passthrough for your application, using a [TLSRoute](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1alpha2.TLSRoute).
1313

14+
## Note on Gateway API Experimental Features
15+
16+
{{<include "installation/install-gateway-api-experimental-features.md" >}}
17+
1418
## Before you begin
1519

16-
- [Install]({{< relref "installation/" >}}) NGINX Gateway Fabric.
20+
- [Install]({{< relref "installation/" >}}) NGINX Gateway Fabric with experimental features enabled.
1721
- Save the public IP address and port of NGINX Gateway Fabric into shell variables:
1822

1923
```text

site/content/includes/installation/install-gateway-api-experimental-features.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/g
2020

2121
To enable experimental features on NGINX Gateway Fabric:
2222

23-
If using Helm: The nginxGateway.gwAPIExperimentalFeatures.enable option must be set to true. An example can be found
24-
in the [Installation with Helm]({{< relref "installation/installing-ngf/helm.md#Experimental-features" >}}) guide.
23+
If using Helm: The `nginxGateway.gwAPIExperimentalFeatures.enable` option must be set to true. An example can be found
24+
in the [Installation with Helm]({{< relref "installation/installing-ngf/helm.md#custom-installation-options" >}}) guide.
2525

26-
If using Kubernetes manifests: The --gateway-api-experimental-features command-line flag must be set to true on the deployment manifest.
27-
An example can be found in the [Installation with Kubernetes manifests]({{< relref "installation/installing-ngf/manifests.md#3.-Deploy-NGINX-Gateway-Fabric" >}}) guide.
26+
If using Kubernetes manifests: The `--gateway-api-experimental-features` command-line flag must be set to true on the deployment manifest.
27+
An example can be found in the [Installation with Kubernetes manifests]({{< relref "installation/installing-ngf/manifests.md#3-deploy-nginx-gateway-fabric" >}}) guide.

0 commit comments

Comments
 (0)