You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The {k8s} Gateway API deploys a gateway by creating a `Gateway` resource. In {ocp-product-title} 4.15 and later versions. If you want your cluster to use the Gateway API CRDs, you must enable the CRDs because they are disabled by default.
5
+
The {k8s} Gateway API deploys a gateway by creating a `Gateway` resource. In {ocp-product-title} 4.15 and later, {SMProductName} implements the Gateway API custom resource definitions (CRDs). However, in {ocp-product-title} 4.18 and earlier, the CRDs are not installed by default. Hence, in {ocp-product-title} 4.15 through 4.18, you must manually install the CRDs. Starting with {ocp-product-title} 4.19, these CRDs are automatically installed and managed, and you can no longer create, update, or delete them.
6
+
7
+
For details about enabling Gateway API for Ingress in {ocp-product-title} 4.19 and later, see "Configuring ingress cluster traffic" in the {ocp-product-title} documentation.
7
8
8
9
[NOTE]
9
10
====
@@ -20,14 +21,14 @@ Red{nbsp}Hat provides support for using the {k8s} Gateway API with {SMProductNam
20
21
21
22
.Procedure
22
23
23
-
. Enable the Gateway API CRDs:
24
+
. Enable the Gateway API CRDs for {ocp-product-title} 4.18 and earlier, by running the following command:
To configure a gateway with the `bookinfo` application by using the Gateway API, this example uses a sample gateway configuration file that must be applied in the namespace where the application is installed.
40
41
====
41
42
42
-
. Ensure that the Gateway API service is ready, and has an address allocated:
43
+
. Ensure that the Gateway API service is ready, and has an address allocated by running the following command:
0 commit comments