Skip to content

Commit

Permalink
feat: init k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
earayu committed Nov 5, 2024
1 parent 3f5757f commit 61cbd0b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/wescale_wesql_performance_kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,7 @@ jobs:
- name: Wait for WeSQL Server to be ready
run: |
kubectl wait --for=condition=available deployment/wesql-vtgate --timeout=30s
kubectl logs mycluster-wesql-0-0
kubectl wait --for=condition=available deployment/wesql-vtgate --timeout=300s
kubectl exec -it $(kubectl get pods -l app.kubernetes.io/name=wesql-vtgate -o jsonpath='{.items[0].metadata.name}') -- mysql -uroot -P15306 -ppasswd -e "SHOW DATABASES;"
- name: Print WeSQL Server ConfigMap and Secret
Expand Down

0 comments on commit 61cbd0b

Please sign in to comment.