Skip to content

Commit fdc5420

Browse files
committed
Fix
1 parent f32e4fc commit fdc5420

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scenarios/AksOpenAiTerraform/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ export AZURE_OPENAI_ENDPOINT=$(terraform -chdir=terraform output -raw openai_end
6464
envsubst < quickstart-app.yml | kubectl apply -f -
6565
```
6666

67-
## Wait for public IP
67+
## Wait for host to be ready
6868
```bash
69-
kubectl wait --for=jsonpath="{.status.loadBalancer.ingress[0].ip}" service/ingress-nginx-controller
70-
PUBLIC_IP=$(kubectl get service/ingress-nginx-controller -o=jsonpath="{.status.loadBalancer.ingress[0].ip}")
69+
kubectl wait --for=condition=Ready certificate/tls-secret
7170
echo "Visit: https://$HOSTNAME"
7271
```

0 commit comments

Comments
 (0)