Skip to content

Commit 0e14a80

Browse files
committed
Fix typo and change gateway api crds command
1 parent 1f4ef63 commit 0e14a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ngf/how-to/gateway-api-inference-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Learn how to use NGINX Gateway Fabric with the Gateway API Inference Extension t
1414
The [Gateway API Inference Extension](https://gateway-api-inference-extension.sigs.k8s.io/) is an official Kubernetes project that aims to provide optimized load-balancing for self-hosted Generative AI Models on Kubernetes.
1515
The project's goal is to improve and standardize routing to inference workloads across the ecosystem.
1616

17-
Coupled with the provided Endpoint Picker Service, NGINX Gataway Fabric becomes an [Inference Gateway](https://gateway-api-inference-extension.sigs.k8s.io/#concepts-and-definitions), with additional AI specific traffic management features such as model-aware routing, serving priority for models, model rollouts, and more.
17+
Coupled with the provided Endpoint Picker Service, NGINX Gateway Fabric becomes an [Inference Gateway](https://gateway-api-inference-extension.sigs.k8s.io/#concepts-and-definitions), with additional AI specific traffic management features such as model-aware routing, serving priority for models, model rollouts, and more.
1818

1919
{{< call-out "warning" >}} The Gateway API Inference Extension is still in alpha status and should not be used in production yet.{{< /call-out >}}
2020

@@ -23,7 +23,7 @@ Coupled with the provided Endpoint Picker Service, NGINX Gataway Fabric becomes
2323
- Install the Gateway API Inference Extension CRDs:
2424

2525
```shell
26-
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/releases/latest/download/manifests.yaml
26+
kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/gateway-inference-extension-api/?ref=v{{< version-ngf >}}" | kubectl apply -f -
2727
```
2828

2929
- To enable the Gateway API Inference Extension, [install]({{< ref "/ngf/install/" >}}) NGINX Gateway Fabric with these modifications:

0 commit comments

Comments
 (0)