You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When getting to the step "Confirm that the Gateway was assigned an IP address and reports a Programmed=True status:" I was expecting to confirm as advertised, but I got an unexpected output from the command:
$ kubectl get gateway inference-gateway
NAME CLASS ADDRESS PROGRAMMED AGE
inference-gateway inference-gateway False 10s
$ kubectl get gateway inference-gateway
NAME CLASS ADDRESS PROGRAMMED AGE
inference-gateway inference-gateway False 39s
$ kubectl get gateway inference-gateway
NAME CLASS ADDRESS PROGRAMMED AGE
inference-gateway inference-gateway
How to reproduce it (as minimally and precisely as possible):
Follow the guide to the letter.
Anything else we need to know?:
Environment:
Kubernetes version (use kubectl version):
$ kubectl version
Client Version: v1.31.6-dispatcher
Kustomize Version: v5.4.2
Server Version: v1.31.5-gke.1233000
Inference extension version (use git describe --tags --dirty --always): N/A
Cloud provider or hardware configuration: Google Cloud
Install tools:
Others:
The text was updated successfully, but these errors were encountered:
What happened:
I tried to set up Gateway API Inteference Extension following https://gateway-api-inference-extension.sigs.k8s.io/guides/
I used the GPU-based version.
What you expected to happen:
When getting to the step "Confirm that the Gateway was assigned an IP address and reports a Programmed=True status:" I was expecting to confirm as advertised, but I got an unexpected output from the command:
How to reproduce it (as minimally and precisely as possible):
Follow the guide to the letter.
Anything else we need to know?:
Environment:
kubectl version
):git describe --tags --dirty --always
): N/AThe text was updated successfully, but these errors were encountered: