Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions kubernetes/gateway-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ gatewayconfig_path="/tmp/api_v1_gatewayconfiguration.yaml"

kubectl apply -f $gatewayconfig_path
kubectl get gatewayconfiguration -n default -o json | jq '.items[0].status'

kubectl wait pod -n default --for=condition=Ready -l app.kubernetes.io/component=policy-engine --timeout=900s
kubectl wait pod -n default --for=condition=Ready -l app.kubernetes.io/component=controller --timeout=900s
kubectl wait pod -n default --for=condition=Ready -l app.kubernetes.io/component=router --timeout=900s
```

---
Expand Down