We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e14a80 commit b0d5671Copy full SHA for b0d5671
content/ngf/how-to/gateway-api-inference-extension.md
@@ -23,7 +23,7 @@ Coupled with the provided Endpoint Picker Service, NGINX Gateway Fabric becomes
23
- Install the Gateway API Inference Extension CRDs:
24
25
```shell
26
-kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/gateway-inference-extension-api/?ref=v{{< version-ngf >}}" | kubectl apply -f -
+kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/inference-extension/?ref=v{{< version-ngf >}}" | kubectl apply -f -
27
```
28
29
- To enable the Gateway API Inference Extension, [install]({{< ref "/ngf/install/" >}}) NGINX Gateway Fabric with these modifications:
0 commit comments