Skip to content

Commit 9f1aba6

Browse files
committed
Move additional information to install gateway api resources includes description
1 parent b5150d5 commit 9f1aba6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
docs: "DOCS-000"
33
---
44

5-
Installing Gateway API resources from the experimental channel includes everything in the standard release channel plus additional experimental resources and fields.
6-
NGINX Gateway Fabric currently supports a subset of the additional features provided by the experimental channel.
7-
To learn more about what Gateway API resources NGINX Gateway Fabric currently supports, visit our [Gateway API Compatibility]({{< relref "overview/gateway-api-compatibility.md" >}}) document.
8-
In order to use these experimental resources, the Gateway API resources from the experimental channel must be installed before deploying NGINX Gateway Fabric.
9-
Additionally, NGINX Gateway Fabric must have experimental features enabled.
5+
To use Gateway API experimental resources, the Gateway API resources from the experimental channel must be installed before deploying NGINX Gateway Fabric. Additionally, NGINX Gateway Fabric must have experimental features enabled.
106

117
{{<caution>}}As noted in the [Gateway API documentation](https://gateway-api.sigs.k8s.io/guides/#install-experimental-channel), future releases of the Gateway API can include breaking changes to experimental resources and fields.{{</caution>}}
128

site/content/includes/installation/install-gateway-api-resources.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/g
1212

1313
{{<note>}}If you plan to use the `edge` version of NGINX Gateway Fabric, you can replace the version in `ref` with `main`, for example `ref=main`.{{</note>}}
1414

15-
Alternatively, you can install the Gateway API resources from the experimental channel. We support a subset of the
16-
additional features provided by the experimental channel. To install from the experimental channel, run the following:
15+
Alternatively, you can install the Gateway API resources from the experimental channel.
16+
Installing Gateway API resources from the experimental channel includes everything in the standard release channel plus additional experimental resources and fields.
17+
NGINX Gateway Fabric currently supports a subset of the additional features provided by the experimental channel.
18+
To install from the experimental channel, run the following:
1719

1820
```shell
1921
kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v1.4.0" | kubectl apply -f -
2022
```
23+
24+
{{<note>}} To learn more about what Gateway API resources NGINX Gateway Fabric currently supports, visit our [Gateway API Compatibility]({{< relref "overview/gateway-api-compatibility.md" >}}) document.{{</note>}}

0 commit comments

Comments
 (0)