-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
None
-
False
-
-
False
-
-
OpenShift Documentation Link:
On the above official documentation link to install the CRDs, we currently have a very old version documented:
kubectl get crd gateways.gateway.networking.k8s.io || { kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.4.0" | kubectl apply -f -; }
The latest GatewayAPI CRDs are v1.2.0 not v0.4.0 as per the upstream Kubernetes documentation[2].
So, I would appreciate it if we please make changes in our official documentation to reflect the recent changes and be up to date.