I'm trying to install Gateway into my Kind cluster using Gateway API CRD by following a tutorial from https://istio.io/latest/docs/examples/bookinfo/
I had no problem with this command curl https://raw.githubusercontent.com/istio/istio/release-1.17/samples/bookinfo/gateway-api/bookinfo-gateway.yaml | kubectl apply -f -
But, command kubectl wait --for=condition=ready gtw bookinfo-gateway
gave me this:
error: timed out waiting for the condition on gateways/bookinfo-gateway
I tried this in Minikube as well without any success.
Are these CRDs supported in both k8s (Minikube & Kind) platforms?