@@ -10,17 +10,23 @@ If you have already installed Gateway API resources in your cluster, ensure they
1010To install API resources from the experimental channel, use ` kubectl kustomize ` :
1111
1212``` shell
13- kubectl kustomize " https://github.com/nginx/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v{{< version-ngf >}}" | kubectl apply -f -
13+ kubectl kustomize " https://github.com/nginx/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v{{< version-ngf >}}" | kubectl apply --server-side - f -
1414```
1515
1616{{< details summary="Example output" >}}
1717
1818``` text
19- customresourcedefinition.apiextensions.k8s.io/gatewayclasses.gateway.networking.k8s.io created
20- customresourcedefinition.apiextensions.k8s.io/gateways.gateway.networking.k8s.io created
21- customresourcedefinition.apiextensions.k8s.io/grpcroutes.gateway.networking.k8s.io created
22- customresourcedefinition.apiextensions.k8s.io/httproutes.gateway.networking.k8s.io created
23- customresourcedefinition.apiextensions.k8s.io/referencegrants.gateway.networking.k8s.io created
19+ customresourcedefinition.apiextensions.k8s.io/backendtlspolicies.gateway.networking.k8s.io serverside-applied
20+ customresourcedefinition.apiextensions.k8s.io/gatewayclasses.gateway.networking.k8s.io serverside-applied
21+ customresourcedefinition.apiextensions.k8s.io/gateways.gateway.networking.k8s.io serverside-applied
22+ customresourcedefinition.apiextensions.k8s.io/grpcroutes.gateway.networking.k8s.io serverside-applied
23+ customresourcedefinition.apiextensions.k8s.io/httproutes.gateway.networking.k8s.io serverside-applied
24+ customresourcedefinition.apiextensions.k8s.io/referencegrants.gateway.networking.k8s.io serverside-applied
25+ customresourcedefinition.apiextensions.k8s.io/tcproutes.gateway.networking.k8s.io serverside-applied
26+ customresourcedefinition.apiextensions.k8s.io/tlsroutes.gateway.networking.k8s.io serverside-applied
27+ customresourcedefinition.apiextensions.k8s.io/udproutes.gateway.networking.k8s.io serverside-applied
28+ customresourcedefinition.apiextensions.k8s.io/xbackendtrafficpolicies.gateway.networking.x-k8s.io serverside-applied
29+ customresourcedefinition.apiextensions.k8s.io/xlistenersets.gateway.networking.x-k8s.io serverside-applied
2430```
2531
2632{{< /details >}}
0 commit comments