We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed4e4a commit 6047c38Copy full SHA for 6047c38
website/docs/aiml/chatbot/gradio-mistral.md
@@ -54,7 +54,7 @@ gradio-service LoadBalancer 172.20.84.26 k8s-gradioll-gradiose-a6d0b586ce-06
54
55
To wait until the Network Load Balancer has finished provisioning, run the following command:
56
57
-```bash wait=240 timeout=600
+```bash wait=600 timeout=600
58
$ curl --head -X GET --retry 30 --retry-all-errors --retry-delay 15 --connect-timeout 5 --max-time 10 \
59
-k $(kubectl get service -n gradio-mistral-trn1 gradio-service -o jsonpath="{.status.loadBalancer.ingress[*].hostname}{'\n'}")
60
```
0 commit comments