Kiali run failed

Failed to watch *v1beta1.Gateway: failed to list *v1beta1.Gateway: the server could not find the requested resource (get gateways.gateway.networking.k8s.io)
i want run
The Kubernetes Gateway API CRDs do not come installed by default on most Kubernetes clusters, so make sure they are installed before using the Gateway API:

$ kubectl get crd gateways.gateway.networking.k8s.io &> /dev/null || \
  { kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.6.2" | kubectl apply 

but github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.6.2 return 404