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 7a54141 commit 08c703a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wescale_wesql_performance_colima.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Wait for WeSQL Server to be ready
run: |
kubectl wait --for=condition=available deployment/wesql-vtgate --timeout=300s
kubectl wait --for=condition=available deployment/wesql-vtgate --timeout=3000s
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 08c703a

Please sign in to comment.